Change record status: 
Project: 
Introduced in branch: 
10.2.x
Introduced in version: 
10.2.0
Description: 

The drupalSettings.path.scriptPath js object property is removed. The code populating the value was removed in https://www.drupal.org/project/drupal/issues/2527846 but the placeholder value was left in core.libraries.yml. The value is currently null on every page and is no longer used.

This provides notice in case a developer is relying on the existence of the property for any logic.

Impacts: 
Module developers