Skip to content

feat(derive_code_mappings): Support deriving code for various languages#41770

Closed
armenzg wants to merge 3 commits into
masterfrom
armenzg/derive-code-mappings/store-more-languages
Closed

feat(derive_code_mappings): Support deriving code for various languages#41770
armenzg wants to merge 3 commits into
masterfrom
armenzg/derive-code-mappings/store-more-languages

Conversation

@armenzg

@armenzg armenzg commented Nov 25, 2022

Copy link
Copy Markdown
Member

Up until now we were only supporting Python files as part of the process of code mapping derivation.

This will include these languages:

  • Javascript (.js)
  • React (.jsx)
  • Typescript + React (.tsx)
  • Typescript (.ts)
  • Node ES6 modules (.mjs)
  • Python (.py)
  • Ruby (.rb)
  • Php (.php)
  • Go lang (.go)

This also includes various code refactoring to improve the caching mechanisms.

Fixes WOR-2427

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 25, 2022
@armenzg armenzg closed this Nov 28, 2022
@armenzg armenzg deleted the armenzg/derive-code-mappings/store-more-languages branch November 28, 2022 14:30
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant