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

decaffeinate lib/connection #759

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

aminya
Copy link

@aminya aminya commented Jun 8, 2020

No description provided.

Since this is was a module, it remained a module

I analyzed these files. All except debugger (updated here) and 
julia-client (updated in other PR) use named import:

File
    connection.js
Found usages  (24 usages found)
    Unclassified usage  (17 usages found)
        lib\runtime  (16 usages found)
            completions.js  (1 usage found)
                10 import { client } from '../connection'
            console.js  (1 usage found)
                3 import { client } from '../connection'
            datatip.js  (1 usage found)
                11 import { client } from '../connection'
            debugger.js  (2 usages found)
                6 import { client } from '../connection'
                7 import connection from '../connection'
            debuginfo.js  (1 usage found)
                3 import { client } from '../connection'
            environments.js  (1 usage found)
                6 import { client } from '../connection'
            formatter.js  (1 usage found)
                4 import { client } from '../connection'
            frontend.js  (1 usage found)
                3 import { client } from '../connection'
            goto.js  (1 usage found)
                7 import { client } from '../connection'
            linter.js  (1 usage found)
                4 import { client } from '../connection'
            outline.js  (1 usage found)
                5 import { client } from '../connection'
            packages.js  (1 usage found)
                3 import { client } from '../connection'
            plots.js  (1 usage found)
                3 import { client } from '../connection'
            profiler.js  (1 usage found)
                3 import { client } from '../connection'
            urihandler.js  (1 usage found)
                3 import { client } from '../connection'
        lib\ui  (1 usage found)
            docs.js  (1 usage found)
                4 import { client } from '../connection'
    Usage in string literals  (7 usages found)
        lib  (1 usage found)
            julia-client.coffee  (1 usage found)
                21 connection: require './connection'
        lib\package  (1 usage found)
            config.coffee  (1 usage found)
                1 {terminal} = require '../connection'
        lib\runtime  (3 usages found)
            evaluation.coffee  (1 usage found)
                5 {client} =  require '../connection'
            modules.coffee  (1 usage found)
                6 {client} = require '../connection'
            workspace.coffee  (1 usage found)
                3 {client} = require '../connection'
        lib\ui  (2 usages found)
            progress.coffee  (1 usage found)
                2 {client} = require '../connection'
            views.coffee  (1 usage found)
                3 {client} = require '../connection'
@aminya aminya marked this pull request as draft June 8, 2020 13:01
@aminya aminya marked this pull request as ready for review June 8, 2020 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant