GithubHelp home page GithubHelp logo

isabella232 / soql-tooling Goto Github PK

View Code? Open in Web Editor NEW

This project forked from forcedotcom/soql-tooling

0.0 0.0 0.0 1.95 MB

SOQL Language Tooling features including the Language Server and Query Builder UI.

License: BSD 3-Clause "New" or "Revised" License

Shell 0.38% JavaScript 2.61% TypeScript 89.46% CSS 3.45% HTML 4.11%

soql-tooling's Introduction

SOQL Tooling

Introduction

This repo contains the source for SOQL Language Tooling features including:

  • soql-builder-ui: SOQL Query Builder UI with LWC
  • soql-model: SOQL queries internal model
  • soql-common: SOQL common utility library. Shared by Query Builder and Language Server
  • soql-data-view: Web assests for displaying SOQL Results

These packages are used from Salesforce's SOQL VS Code extension which lives in repo salesforcedx-vscode.

Development

If you are interested in contributing, please take a look at the CONTRIBUTING guide.

  • 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).
  • yarn build to compile and build
  • yarn run lint to run static checks with eslint
  • yarn run test to run automated tests

During 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:

# Make global links available
cd soql-tooling
for P in packages/*; do cd $P; npm link; cd -; done

# Link to them from the VS Code SOQL extension package
cd salesforcedx-vscode/packages/salesforcedx-vscode-soql
npm install
npm link @salesforce/soql-builder-ui

With 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.

Debug Jest Test

You can debug Jest test for an individual package by running the corresponding launch configuraiton in VS Codes RUN panel.

soql-tooling's People

Contributors

baseballyama avatar dehru avatar dobladez avatar github-actions[bot] avatar jgellin-sf avatar jonnyhork avatar lisandrofernandezsf avatar ryanbrainard avatar svc-scm avatar tmock12 avatar

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.