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

concat: cs & php &py #4

Merged
merged 20 commits into from
Sep 13, 2024
Merged

concat: cs & php &py #4

merged 20 commits into from
Sep 13, 2024

Conversation

ttodua
Copy link
Member

@ttodua ttodua commented Mar 21, 2024

in addition to concat,
example files were not being resolved correctly with relative path and I couldnt make them work otherwise
(i.e. if you use this launch.json debugger config:

{
        "name": "c# example",
        "type": "node",
        "request": "launch",
        "runtimeExecutable": "npx",
        "runtimeArgs": [
            "tsx"
        ],
        "args": ["${workspaceFolder}\\examples\\cs\\interop-non-transpilable-code\\transpiler.ts"],
        "skipFiles": ["<node_internals>/**", "node_modules/**"],
      }

src/csharpTranspiler.ts Outdated Show resolved Hide resolved
@carlosmiei carlosmiei self-assigned this Sep 13, 2024
@carlosmiei carlosmiei merged commit 1a8cead into ccxt:master Sep 13, 2024
1 check passed
@ttodua ttodua deleted the concat-add branch September 13, 2024 10:20
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.

2 participants