@wp-playground/client 3.1.33 → 3.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +11 -11
- package/index.d.ts +4 -0
- package/index.js +632 -631
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -5444,6 +5444,10 @@ export interface StartPlaygroundOptions {
|
|
|
5444
5444
|
progressTracker?: ProgressTracker;
|
|
5445
5445
|
disableProgressBar?: boolean;
|
|
5446
5446
|
blueprint?: BlueprintV1;
|
|
5447
|
+
/**
|
|
5448
|
+
* PHP extensions to install before the runtime starts.
|
|
5449
|
+
*/
|
|
5450
|
+
extensions?: PHPWebExtension[];
|
|
5447
5451
|
/**
|
|
5448
5452
|
* Prefer experimental Blueprints v2 PHP runner instead of TypeScript steps
|
|
5449
5453
|
*/
|