@easy-editor/core 0.0.3-alpha.0 → 0.0.3-alpha.1
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/dist/cjs/index.development.js +0 -3
- package/dist/cjs/index.development.js.map +1 -1
- package/dist/cjs/index.js +0 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.production.js +0 -3
- package/dist/cjs/index.production.js.map +1 -1
- package/dist/esm/index.development.js +0 -3
- package/dist/esm/index.development.js.map +1 -1
- package/dist/esm/index.js +0 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.production.js +0 -3
- package/dist/esm/index.production.js.map +1 -1
- package/dist/index.js +0 -3
- package/dist/simulator/simulator.d.ts +0 -1
- package/package.json +4 -3
- package/CHANGELOG.md +0 -19
|
@@ -8448,9 +8448,6 @@ class Simulator {
|
|
|
8448
8448
|
get requestHandlersMap() {
|
|
8449
8449
|
return this.get('requestHandlersMap') || null;
|
|
8450
8450
|
}
|
|
8451
|
-
get thisRequiredInJSE() {
|
|
8452
|
-
return this.editor.get('thisRequiredInJSE') ?? true;
|
|
8453
|
-
}
|
|
8454
8451
|
get enableStrictNotFoundMode() {
|
|
8455
8452
|
return this.editor.get('enableStrictNotFoundMode') ?? false;
|
|
8456
8453
|
}
|