0.1.6 • Published 5 months ago
@salto-io/salesforce-formula-parser v0.1.6
Extract identifiers from Salesforce formulas and provide semantic information about them. Pass a formula to extractFormulaIdentifiers to obtain a list of identifiers used in the formula. Pass an identifier to parseFormulaIdentifier to receive semantic information about it.
The semantic analysis code is a TypeScript rewrite of the relevant part of the Forcemula package by Pablo Gonzales.