5.5.0 • Published 9 months ago

@apexdevtools/apex-ls v5.5.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
9 months ago

Apex LS

Provides utility functions for handling collections of Salesforce metadata.

Node API

The library is mostly written in Scala to support dual building for Java & Node. This model works well when you are also using Scala and is usable from Java but is more awkward for Node clients. To overcome this a small part of the library for resolving type names to paths is exposed in a Node friendly NPM module.

To use this, first create a workspace:

const workspace = Workspaces.get("mydirectory")  // Will throw on errors

Call findType on the workspace:

const fooPath = workspace.findType("ns001.Foo")  // Returns empty array if type is unknown

A workspace here is simply the directory containing Salesforce metadata, typically it's the directory in which sfdx-project.json resides.

5.5.0

9 months ago

5.4.0

11 months ago

5.3.0

12 months ago

5.2.0

1 year ago

5.1.0

1 year ago

5.0.0

2 years ago

4.3.1

2 years ago

4.3.0

2 years ago

4.2.0

2 years ago

4.1.0

2 years ago

4.1.1

2 years ago

4.0.0

3 years ago

3.5.0

3 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago