{"id":28828979,"url":"https://github.com/forcedotcom/soql-tooling","last_synced_at":"2026-03-05T20:44:39.251Z","repository":{"id":45331524,"uuid":"281488404","full_name":"forcedotcom/soql-tooling","owner":"forcedotcom","description":"SOQL Language Tooling features including the Language Server and Query Builder UI.","archived":false,"fork":false,"pushed_at":"2024-06-14T17:18:57.000Z","size":1882,"stargazers_count":24,"open_issues_count":39,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-06T09:15:56.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forcedotcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"docs/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-21T19:41:07.000Z","updated_at":"2025-03-26T05:33:17.000Z","dependencies_parsed_at":"2024-06-21T03:56:16.531Z","dependency_job_id":"0df8f462-98c8-470a-8e88-59e847dbd26b","html_url":"https://github.com/forcedotcom/soql-tooling","commit_stats":{"total_commits":238,"total_committers":15,"mean_commits":"15.866666666666667","dds":0.7184873949579832,"last_synced_commit":"47547a3ac393981472c4258b41840718996dba10"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/forcedotcom/soql-tooling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-tooling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-tooling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-tooling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-tooling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forcedotcom","download_url":"https://codeload.github.com/forcedotcom/soql-tooling/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fsoql-tooling/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260690921,"owners_count":23047102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-19T05:11:12.780Z","updated_at":"2026-03-05T20:44:39.244Z","avatar_url":"https://github.com/forcedotcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOQL Tooling\n\n## Introduction\n\nThis repo contains the source for SOQL Language Tooling features including:\n\n- `soql-builder-ui`: SOQL Query Builder UI with [LWC](https://lwc.dev/)\n- `soql-model`: SOQL queries internal model\n- `soql-common`: SOQL common utility library. Shared by Query Builder and [Language Server](https://github.com/forcedotcom/soql-language-server)\n- `soql-data-view`: Web assests for displaying SOQL Results\n\nThese packages are used from [Salesforce's SOQL VS Code extension](https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-soql) which lives in repo [salesforcedx-vscode](https://github.com/forcedotcom/salesforcedx-vscode).\n\n## Development\n\nIf you are interested in contributing, please take a look at the [CONTRIBUTING](CONTRIBUTING.md) guide.\n\n- Run `yarn` from the top-level directory to pull all dependencies and auto-link the local inter-dependencies between packages (i.e: `soql-builder-ui` depends on `soql-model`, which depends on `soql-common`).\n- `yarn build` to compile and build\n- `yarn run lint` to run static checks with eslint\n- `yarn run test` to run automated tests\n\nDuring development, you can work with a local copy of the `salesforcedx-vscode` repo and configure it to use your local build of packages in your `soql-tooling` repo using yarn/npm links. Example:\n\n```\n# Make global links available\ncd soql-tooling\nfor P in packages/*; do cd $P; npm link; cd -; done\n\n# Link to them from the VS Code SOQL extension package\ncd salesforcedx-vscode/packages/salesforcedx-vscode-soql\nnpm install\nnpm link @salesforce/soql-builder-ui\n```\n\nWith that in place, you can make changes to your soql-tooling packages, compile them, and then relaunch the whole `salesforcedx-vscode` extension from VSCode to see the changes.\n\n### Debug Jest Test\n\nYou can debug Jest test for an individual package by running the corresponding launch configuraiton in VS Codes _RUN_ panel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fsoql-tooling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforcedotcom%2Fsoql-tooling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fsoql-tooling/lists"}