Giter Club home page Giter Club logo

big-brain-map's People

Contributors

dependabot[bot] avatar seant1 avatar slimlime avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

tubbz-alt

big-brain-map's Issues

non-trunk main vs git flow

git flow feels bad on GitHub

use CI/CD rather than regulating the superfluous develop->release->main flow.

[minimal-value] Add CodeQL code scanning... SonarQube?

e.g.

name: "Code Scanning - Action"

on:
  push:
  pull_request:
  schedule:
    #        โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ minute (0 - 59)
    #        โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ hour (0 - 23)
    #        โ”‚  โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ day of the month (1 - 31)
    #        โ”‚  โ”‚ โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ month (1 - 12 or JAN-DEC)
    #        โ”‚  โ”‚ โ”‚ โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ day of the week (0 - 6 or SUN-SAT)
    #        โ”‚  โ”‚ โ”‚ โ”‚ โ”‚
    #        โ”‚  โ”‚ โ”‚ โ”‚ โ”‚
    #        โ”‚  โ”‚ โ”‚ โ”‚ โ”‚
    #        *  * * * *
    - cron: '30 1 * * 0'

jobs:
  CodeQL-Build:
    # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@v2

      # Initializes the CodeQL tools for scanning.
      - name: Initialize CodeQL
        uses: github/codeql-action/init@v1
        # Override language selection by uncommenting this and choosing your languages
        # with:
        #   languages: go, javascript, csharp, python, cpp, java
        languages: javascript

      # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
      # If this step fails, then you should remove it and run the build manually (see below).
      - name: Autobuild
        uses: github/codeql-action/autobuild@v1

      # โ„น๏ธ Command-line programs to run using the OS shell.
      # ๐Ÿ“š https://git.io/JvXDl

      # โœ๏ธ If the Autobuild fails above, remove it and uncomment the following
      #    three lines and modify them (or add more) to build your code if your
      #    project uses a compiled language

      #- run: |
      #   make bootstrap
      #   make release

      - name: Perform CodeQL Analysis
        uses: github/codeql-action/analyze@v1

Add labels to nodes

@seant1 done labels test in feature branch

To be mastermained (merge later)

mindmappy labelled text nodes

hmm what is the value of circle shapes

colour consistency grouping?

replace with spacing and coloured font?

accessibility?

focus on core functionality first before thinking about representations

Oops didn't do the co-author standard properly :( needs space between username and the email string to conform to GitHub standard

IDE setup

  • Extensions
  • Conventional linting
    • JS/TS, CSS, MD, commits,

not really tracked as issue (due to bulk macro task) though probably could be

would be referencing multiple issues if referencing the overarching issue as well as subtasks

Add rrweb

rrweb lends it self well to simple web page

dunno about those dynamic svg updates though
maybe can prune, omit values, or consolidate timespace

add CRUD ways to change nodes data

Add a way to input a new note (node)

maybe look at adding another kv property for other weighting parameters
(other than deriving from text name node.id length)

Relates to #4

Add interactible zoomy scale

e.g. steps

  • programmatically scale up down dimensions - re-render
  • use some built-in zoomy functionality
  • trigger these using user input such as mousetrap mouse scroll or keyboard combinations (/ both)

I think if we are settled on the file we should start resolving the "test sandbox" into a root webpage to get ready for prod/master/main and work off that main file

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

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/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/charts/draw-mind-map.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-aliases/elements/element-selection.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-datum/brain-link-datum.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-datum/brain-node-datum.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-datum/brain-map.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/colours/brain-colour-scale.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/simulation/simulation-positioning.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/behaviours/drag-element-event.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/brain-simulation.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/models/d3-events/brain-drag-event.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/seed/miserables.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/behaviours/handle-drag-selection.ts' with packageId 'tslib/[email protected]' to import 'importHelpers' as specified in compilerOptions
Imported via "tslib" from file 'src/helpers/d3-config/behaviours/old-drag-behaviour.ts' with packageId 'tslib/[email protected]' 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/[email protected]'
Imported via 'd3-array' from file 'node_modules/@types/d3-contour/index.d.ts' with packageId '@types/d3-array/[email protected]'
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/[email protected]'
Imported via 'd3-selection' from file 'node_modules/@types/d3-brush/index.d.ts' with packageId '@types/d3-selection/[email protected]'
Imported via 'd3-selection' from file 'node_modules/@types/d3-drag/index.d.ts' with packageId '@types/d3-selection/[email protected]'
Imported via 'd3-selection' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-selection/[email protected]'
Imported via 'd3-selection' from file 'node_modules/@types/d3-transition/index.d.ts' with packageId '@types/d3-selection/[email protected]'
Imported via 'd3-selection' from file 'node_modules/@types/d3-zoom/index.d.ts' with packageId '@types/d3-selection/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
Imported via 'd3-color' from file 'node_modules/@types/d3-interpolate/index.d.ts' with packageId '@types/d3-color/[email protected]'
node_modules/@types/geojson/index.d.ts
Imported via 'geojson' from file 'node_modules/@types/d3-contour/index.d.ts' with packageId '@types/geojson/[email protected]'
Imported via 'geojson' from file 'node_modules/@types/d3-geo/index.d.ts' with packageId '@types/geojson/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
Imported via "d3-dsv" from file 'node_modules/@types/d3-fetch/index.d.ts' with packageId '@types/d3-dsv/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
Imported via 'd3-interpolate' from file 'node_modules/@types/d3-zoom/index.d.ts' with packageId '@types/d3-interpolate/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
Imported via 'd3-time' from file 'node_modules/@types/d3/index.d.ts' with packageId '@types/d3-time/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
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/[email protected]'
node_modules/@types/d3/index.d.ts
Imported via 'd3' from file 'src/index.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/helpers/d3-config/charts/draw-mind-map.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/models/d3-aliases/elements/element-selection.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/models/d3-datum/brain-link-datum.ts' with packageId '@types/d3/[email protected]'
Imported via "d3" from file 'src/models/d3-datum/brain-node-datum.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/helpers/d3-config/colours/brain-colour-scale.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/helpers/d3-config/simulation/simulation-positioning.ts' with packageId '@types/d3/[email protected]'
Imported via "d3" from file 'src/helpers/d3-config/behaviours/drag-element-event.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/models/brain-simulation.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/models/d3-events/brain-drag-event.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/helpers/d3-config/behaviours/handle-drag-selection.ts' with packageId '@types/d3/[email protected]'
Imported via 'd3' from file 'src/helpers/d3-config/behaviours/old-drag-behaviour.ts' with packageId '@types/d3/[email protected]'
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'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.