@salesforce/acorn-visualforce
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -630,9 +630,6 @@ module.exports = | ||
acorn.Parser.prototype.loadPlugins = function loadPlugins(pluginConfigs) { | ||
// load all other plugins first, make sure we don't load vfel | ||
var originalPluginConfigs = Object.assign({}, pluginConfigs); | ||
delete originalPluginConfigs.vfel; | ||
originalLoadPlugins.call(this, originalPluginConfigs); | ||
// load VFEL separately last so all overrides are at the top level | ||
originalLoadPlugins.call(this, { vfel: true }); | ||
if (pluginConfigs.vfel) // vfel is specified in plugin settings, respecting them | ||
originalLoadPlugins.call(this, pluginConfigs);else originalLoadPlugins.call(this, Object.assign({}, pluginConfigs, { | ||
vfel: true | ||
})); | ||
}; | ||
@@ -639,0 +636,0 @@ } |
{ | ||
"name": "@salesforce/acorn-visualforce", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "acorn extension for Salesforce js dialect with merge fields", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154266
649