Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsc breaks on long function name!? old cached incremental. Incremental affects non-incremental builds or some arbitrary environment incremental caching something unknown #35

Open
slimlime opened this issue Feb 5, 2021 · 2 comments
Labels
🐛 bug Something isn't working

Comments

@slimlime
Copy link
Contributor

slimlime commented Feb 5, 2021

Renaming the function

quick Google seems to indicate shouldn't be affected by caching incremental issue? (Ran fresh tsc runs after deleting dist here)
Maybe some other toggles tsconfig.json


BREAKING: no output

Hard to track down when tsc is doing incremental builds

Third-party bug?

renaming getDragBehaviourConfig to getDragBehaviourConfigForSelectionCall results in blocking all dist output by tsc

tsc does not raise any errors

Renaming back to a shorter name like getDragForSelectionCall results in the dist folder appearing again on tsc run

...

Troubleshooted with small commits and manual tsc runs without default incremental transpile behaviour
Probably spent a lot of time accumulated unknowingly-related to this bug among other refactoring over the past weeks.



global-nvm/v13.7.0/node_modules/typescript/lib/lib.es5.d.ts
Library referenced via 'es5' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts
Library referenced via 'es2015' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2016.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2016.d.ts
Library referenced via 'es2016' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.d.ts
Library referenced via 'es2017' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.d.ts
Library referenced via 'es2018' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.d.ts
Library referenced via 'es2019' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts
Library referenced via 'es2020' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.d.ts
Library referenced via 'esnext' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.full.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.dom.d.ts
Library referenced via 'dom' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.full.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.dom.iterable.d.ts
Library referenced via 'dom.iterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.full.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
Library referenced via 'webworker.importscripts' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.full.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.scripthost.d.ts
Library referenced via 'scripthost' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.full.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.core.d.ts
Library referenced via 'es2015.core' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.collection.d.ts
Library referenced via 'es2015.collection' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.generator.d.ts
Library referenced via 'es2015.generator' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.iterable.d.ts
Library referenced via 'es2015.iterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
Library referenced via 'es2015.iterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.generator.d.ts'
Library referenced via 'es2015.iterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
Library referenced via 'es2015.iterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.object.d.ts'
Library referenced via 'es2015.iterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.string.d.ts'
Library referenced via 'es2015.iterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.promise.d.ts
Library referenced via 'es2015.promise' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.proxy.d.ts
Library referenced via 'es2015.proxy' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.reflect.d.ts
Library referenced via 'es2015.reflect' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.symbol.d.ts
Library referenced via 'es2015.symbol' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.iterable.d.ts'
Library referenced via 'es2015.symbol' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
Library referenced via 'es2015.symbol' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts'
Library referenced via 'es2015.symbol' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
Library referenced via 'es2015.symbol' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts'
Library referenced via 'es2015.symbol' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
Library referenced via 'es2015.symbol.wellknown' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2015.d.ts'
Library referenced via 'es2015.symbol.wellknown' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2016.array.include.d.ts
Library referenced via 'es2016.array.include' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2016.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.object.d.ts
Library referenced via 'es2017.object' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
Library referenced via 'es2017.sharedmemory' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.string.d.ts
Library referenced via 'es2017.string' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.intl.d.ts
Library referenced via 'es2017.intl' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
Library referenced via 'es2017.typedarrays' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2017.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
Library referenced via 'es2018.asyncgenerator' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
Library referenced via 'es2018.asynciterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.d.ts'
Library referenced via 'es2018.asynciterable' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.intl.d.ts
Library referenced via 'es2018.intl' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.promise.d.ts
Library referenced via 'es2018.promise' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.regexp.d.ts
Library referenced via 'es2018.regexp' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2018.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.array.d.ts
Library referenced via 'es2019.array' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.object.d.ts
Library referenced via 'es2019.object' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.string.d.ts
Library referenced via 'es2019.string' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.symbol.d.ts
Library referenced via 'es2019.symbol' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2019.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.bigint.d.ts
Library referenced via 'es2020.bigint' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.promise.d.ts
Library referenced via 'es2020.promise' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
Library referenced via 'es2020.sharedmemory' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.string.d.ts
Library referenced via 'es2020.string' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
Library referenced via 'es2020.symbol.wellknown' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.intl.d.ts
Library referenced via 'es2020.intl' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.es2020.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.intl.d.ts
Library referenced via 'esnext.intl' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.string.d.ts
Library referenced via 'esnext.string' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.promise.d.ts
Library referenced via 'esnext.promise' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.weakref.d.ts
Library referenced via 'esnext.weakref' from file 'global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.d.ts'
global-nvm/v13.7.0/node_modules/typescript/lib/lib.esnext.full.d.ts
Default library for target 'esnext'
node_modules/tslib/tslib.d.ts
Imported via "tslib" from file 'src/index.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/charts/draw-mind-map.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-aliases/elements/element-selection.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-datum/brain-link-datum.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-datum/brain-node-datum.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-datum/brain-map.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/colours/brain-colour-scale.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/simulation/simulation-positioning.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/behaviours/drag-element-event.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/brain-simulation.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-events/brain-drag-event.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/seed/miserables.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/behaviours/handle-drag-selection.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/behaviours/old-drag-behaviour.ts' with packageId 'tslib/tslib.d.ts@1.14.1' to import 'importHelpers' as specified in compilerOptions
node_modules/@types/d3-array/index.d.ts
Imported via 'd3-array' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-array/index.d.ts@2.8.0'
Imported via 'd3-array' from file 'node_modules/@types/d3-contour/index.d.ts' with packageId '@types/d3-array/index.d.ts@2.8.0'
node_modules/@types/d3-selection/index.d.ts
Imported via 'd3-selection' from file 'node_modules/@types/d3-axis/index.d.ts' with packageId '@types/d3-selection/index.d.ts@2.0.0'
Imported via 'd3-selection' from file 'node_modules/@types/d3-brush/index.d.ts' with packageId '@types/d3-selection/index.d.ts@2.0.0'
Imported via 'd3-selection' from file 'node_modules/@types/d3-drag/index.d.ts' with packageId '@types/d3-selection/index.d.ts@2.0.0'
Imported via 'd3-selection' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-selection/index.d.ts@2.0.0'
Imported via 'd3-selection' from file 'node_modules/@types/d3-transition/index.d.ts' with packageId '@types/d3-selection/index.d.ts@2.0.0'
Imported via 'd3-selection' from file 'node_modules/@types/d3-zoom/index.d.ts' with packageId '@types/d3-selection/index.d.ts@2.0.0'
node_modules/@types/d3-axis/index.d.ts
Imported via 'd3-axis' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-axis/index.d.ts@2.0.0'
node_modules/@types/d3-brush/index.d.ts
Imported via 'd3-brush' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-brush/index.d.ts@2.1.0'
node_modules/@types/d3-chord/index.d.ts
Imported via 'd3-chord' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-chord/index.d.ts@2.0.0'
node_modules/@types/d3-color/index.d.ts
Imported via 'd3-color' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-color/index.d.ts@2.0.1'
Imported via 'd3-color' from file 'node_modules/@types/d3-interpolate/index.d.ts' with packageId '@types/d3-color/index.d.ts@2.0.1'
node_modules/@types/geojson/index.d.ts
Imported via 'geojson' from file 'node_modules/@types/d3-contour/index.d.ts' with packageId '@types/geojson/index.d.ts@7946.0.7'
Imported via 'geojson' from file 'node_modules/@types/d3-geo/index.d.ts' with packageId '@types/geojson/index.d.ts@7946.0.7'
node_modules/@types/d3-contour/index.d.ts
Imported via 'd3-contour' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-contour/index.d.ts@2.0.0'
node_modules/@types/d3-delaunay/index.d.ts
Imported via 'd3-delaunay' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-delaunay/index.d.ts@5.3.0'
node_modules/@types/d3-dispatch/index.d.ts
Imported via 'd3-dispatch' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-dispatch/index.d.ts@2.0.0'
node_modules/@types/d3-drag/index.d.ts
Imported via 'd3-drag' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-drag/index.d.ts@2.0.0'
node_modules/@types/d3-dsv/index.d.ts
Imported via 'd3-dsv' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-dsv/index.d.ts@2.0.0'
Imported via "d3-dsv" from file 'node_modules/@types/d3-fetch/index.d.ts' with packageId '@types/d3-dsv/index.d.ts@2.0.0'
node_modules/@types/d3-ease/index.d.ts
Imported via 'd3-ease' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-ease/index.d.ts@2.0.0'
node_modules/@types/d3-fetch/index.d.ts
Imported via 'd3-fetch' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-fetch/index.d.ts@2.0.0'
node_modules/@types/d3-force/index.d.ts
Imported via 'd3-force' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-force/index.d.ts@2.1.0'
node_modules/@types/d3-format/index.d.ts
Imported via 'd3-format' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-format/index.d.ts@2.0.0'
node_modules/@types/d3-geo/index.d.ts
Imported via 'd3-geo' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-geo/index.d.ts@2.0.0'
node_modules/@types/d3-hierarchy/index.d.ts
Imported via 'd3-hierarchy' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-hierarchy/index.d.ts@2.0.0'
node_modules/@types/d3-interpolate/index.d.ts
Imported via 'd3-interpolate' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-interpolate/index.d.ts@2.0.0'
Imported via 'd3-interpolate' from file 'node_modules/@types/d3-zoom/index.d.ts' with packageId '@types/d3-interpolate/index.d.ts@2.0.0'
node_modules/@types/d3-path/index.d.ts
Imported via 'd3-path' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-path/index.d.ts@2.0.0'
node_modules/@types/d3-polygon/index.d.ts
Imported via 'd3-polygon' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-polygon/index.d.ts@2.0.0'
node_modules/@types/d3-quadtree/index.d.ts
Imported via 'd3-quadtree' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-quadtree/index.d.ts@2.0.0'
node_modules/@types/d3-random/index.d.ts
Imported via 'd3-random' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-random/index.d.ts@2.2.0'
node_modules/@types/d3-time/index.d.ts
Imported via 'd3-time' from file 'node_modules/@types/d3-scale/index.d.ts' with packageId '@types/d3-time/index.d.ts@2.0.0'
Imported via 'd3-time' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-time/index.d.ts@2.0.0'
node_modules/@types/d3-scale/index.d.ts
Imported via 'd3-scale' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-scale/index.d.ts@3.2.2'
node_modules/@types/d3-scale-chromatic/index.d.ts
Imported via 'd3-scale-chromatic' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-scale-chromatic/index.d.ts@2.0.0'
node_modules/@types/d3-shape/node_modules/@types/d3-path/index.d.ts
Imported via 'd3-path' from file 'node_modules/@types/d3-shape/index.d.ts' with packageId '@types/d3-path/index.d.ts@1.0.9'
node_modules/@types/d3-shape/index.d.ts
Imported via 'd3-shape' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-shape/index.d.ts@2.0.0'
node_modules/@types/d3-time-format/index.d.ts
Imported via 'd3-time-format' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-time-format/index.d.ts@3.0.0'
node_modules/@types/d3-timer/index.d.ts
Imported via 'd3-timer' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-timer/index.d.ts@2.0.0'
node_modules/@types/d3-transition/index.d.ts
Imported via 'd3-transition' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-transition/index.d.ts@2.0.0'
node_modules/@types/d3-zoom/index.d.ts
Imported via 'd3-zoom' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-zoom/index.d.ts@2.0.0'
node_modules/@types/d3/index.d.ts
Imported via 'd3' from file 'src/index.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/helpers/d3-config/charts/draw-mind-map.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/models/d3-aliases/elements/element-selection.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/models/d3-datum/brain-link-datum.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via "d3" from file 'src/models/d3-datum/brain-node-datum.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/helpers/d3-config/colours/brain-colour-scale.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/helpers/d3-config/simulation/simulation-positioning.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via "d3" from file 'src/helpers/d3-config/behaviours/drag-element-event.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/models/brain-simulation.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/models/d3-events/brain-drag-event.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/helpers/d3-config/behaviours/handle-drag-selection.ts' with packageId '@types/d3/index.d.ts@6.2.0'
Imported via 'd3' from file 'src/helpers/d3-config/behaviours/old-drag-behaviour.ts' with packageId '@types/d3/index.d.ts@6.2.0'
src/models/d3-datum/brain-node-datum.ts
Imported via './brain-node-datum' from file 'src/models/d3-datum/brain-link-datum.ts'
Imported via 'src/models/d3-datum/brain-node-datum' from file 'src/models/d3-aliases/elements/element-selection.ts'
Imported via "./brain-node-datum" from file 'src/models/d3-datum/brain-map.ts'
Imported via 'src/models/d3-datum/brain-node-datum' from file 'src/helpers/d3-config/charts/draw-mind-map.ts'
Imported via 'src/models/d3-datum/brain-node-datum' from file 'src/helpers/d3-config/simulation/simulation-positioning.ts'
Imported via './d3-datum/brain-node-datum' from file 'src/models/brain-simulation.ts'
Imported via "src/models/d3-datum/brain-node-datum" from file 'src/helpers/d3-config/behaviours/drag-element-event.ts'
Imported via '../d3-datum/brain-node-datum' from file 'src/models/d3-events/brain-drag-event.ts'
Imported via 'src/models/d3-datum/brain-node-datum' from file 'src/helpers/d3-config/behaviours/handle-drag-selection.ts'
Imported via 'src/models/d3-datum/brain-node-datum' from file 'src/helpers/d3-config/behaviours/old-drag-behaviour.ts'
Matched by include pattern 'src//*.ts' in 'tsconfig.json'
src/models/d3-datum/brain-link-datum.ts
Imported via 'src/models/d3-datum/brain-link-datum' from file 'src/models/d3-aliases/elements/element-selection.ts'
Imported via 'src/models/d3-datum/brain-link-datum' from file 'src/helpers/d3-config/charts/draw-mind-map.ts'
Imported via "./brain-link-datum" from file 'src/models/d3-datum/brain-map.ts'
Imported via 'src/models/d3-datum/brain-link-datum' from file 'src/helpers/d3-config/simulation/simulation-positioning.ts'
Imported via './d3-datum/brain-link-datum' from file 'src/models/brain-simulation.ts'
Imported via 'src/models/d3-datum/brain-link-datum' from file 'src/helpers/d3-config/behaviours/handle-drag-selection.ts'
Matched by include pattern 'src/
/.ts' in 'tsconfig.json'
src/models/d3-aliases/elements/element-selection.ts
Imported via 'src/models/d3-aliases/elements/element-selection' from file 'src/helpers/d3-config/charts/draw-mind-map.ts'
Imported via 'src/models/d3-aliases/elements/element-selection' from file 'src/helpers/d3-config/simulation/simulation-positioning.ts'
Matched by include pattern 'src/**/
.ts' in 'tsconfig.json'
src/models/d3-datum/brain-map.ts
Imported via 'src/models/d3-datum/brain-map' from file 'src/helpers/d3-config/charts/draw-mind-map.ts'
Imported via './models/d3-datum/brain-map.js' from file 'src/index.ts'
Imported via "src/models/d3-datum/brain-map" from file 'src/seed/miserables.ts'
Matched by include pattern 'src//*.ts' in 'tsconfig.json'
src/helpers/d3-config/colours/brain-colour-scale.ts
Imported via '../colours/brain-colour-scale' from file 'src/helpers/d3-config/charts/draw-mind-map.ts'
Matched by include pattern 'src/
/.ts' in 'tsconfig.json'
src/helpers/d3-config/simulation/simulation-positioning.ts
Imported via '../simulation/simulation-positioning.js' from file 'src/helpers/d3-config/charts/draw-mind-map.ts'
Matched by include pattern 'src/**/
.ts' in 'tsconfig.json'
src/models/brain-simulation.ts
Imported via "src/models/brain-simulation" from file 'src/helpers/d3-config/behaviours/drag-element-event.ts'
Imported via 'src/models/brain-simulation' from file 'src/helpers/d3-config/behaviours/old-drag-behaviour.ts'
Matched by include pattern 'src//*.ts' in 'tsconfig.json'
src/models/d3-events/brain-drag-event.ts
Imported via "src/models/d3-events/brain-drag-event" from file 'src/helpers/d3-config/behaviours/drag-element-event.ts'
Imported via 'src/models/d3-events/brain-drag-event' from file 'src/helpers/d3-config/behaviours/old-drag-behaviour.ts'
Matched by include pattern 'src/
/.ts' in 'tsconfig.json'
src/helpers/d3-config/behaviours/drag-element-event.ts
Imported via '../behaviours/drag-element-event.js' from file 'src/helpers/d3-config/charts/draw-mind-map.ts'
Matched by include pattern 'src/**/
.ts' in 'tsconfig.json'
Imported via '../behaviours/drag-element-event.js' from file 'src/helpers/d3-config/behaviours/handle-drag-selection.ts'
src/helpers/d3-config/charts/draw-mind-map.ts
Imported via './helpers/d3-config/charts/draw-mind-map.js' from file 'src/index.ts'
Matched by include pattern 'src//*.ts' in 'tsconfig.json'
src/seed/miserables.ts
Imported via './seed/miserables.js' from file 'src/index.ts'
Matched by include pattern 'src/
/.ts' in 'tsconfig.json'
src/index.ts
Matched by include pattern 'src/**/
.ts' in 'tsconfig.json'
src/helpers/d3-config/behaviours/handle-drag-selection.ts
Matched by include pattern 'src//*.ts' in 'tsconfig.json'
src/helpers/d3-config/behaviours/old-drag-behaviour.ts
Matched by include pattern 'src/
/*.ts' in 'tsconfig.json'

@slimlime slimlime added the 🐛 bug Something isn't working label Feb 5, 2021
@slimlime slimlime added this to To do in big-brain-mind-map via automation Feb 5, 2021
@slimlime slimlime changed the title tsc breaks on long function name!? tsc breaks on long function name!? or some arbitrary environment incremental caching something unknown Feb 5, 2021
slimlime added a commit that referenced this issue Feb 5, 2021
… to fix breaking tsc compiles

Seems like a ridiculous bug - especially with no errors on verbose output

BREAKING CHANGE: UN-BREAKS IT. Ostensibly fixes the build issue this time. Hopefully. Long function
name imported in two places = broken tsc output files? No output at all and no warning.

fix #35
@slimlime
Copy link
Contributor Author

slimlime commented Feb 5, 2021

broken in 6b4a4b67830e99117d6d7a0dca21033dbe297170
commit slimlime@6b4a4b67830e99117d6d7a0dca21033dbe297170

inconsistent compiling

@slimlime slimlime changed the title tsc breaks on long function name!? or some arbitrary environment incremental caching something unknown tsc breaks on long function name!? old cached incremental. Incremental affects non-incremental builds or some arbitrary environment incremental caching something unknown Feb 5, 2021
@slimlime
Copy link
Contributor Author

slimlime commented Feb 5, 2021

Deleting the untracked compilationinfo.log file allows the next tsc to run and produce all the dist files again..

Log file strange vs buildinfo file

slimlime added a commit that referenced this issue Feb 5, 2021
incremental cache is actually cached. Deleting dist folder without deleting the tsbuildinfo results
and without making a change to relevant files causes no output to be generated again

BREAKING CHANGE: tsc

fix #35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
Development

No branches or pull requests

1 participant