@@ -10,7 +10,7 @@ issues. Also, isolation prevents global scope and prototypes pollution.
1010
1111> [ !TIP]
1212>
13- > ## ** Possible usecase **
13+ > ## ** Possible use case **
1414>
1515> May be useful as routing loader, if some loaded route makes an error while runtime, you may
1616> recreate it - to prevent memory leaks. Another worlds, with this library you can create
@@ -149,7 +149,7 @@ provide your custom variables to the context without requiring any module.
149149
150150> [ !TIP]
151151>
152- > Remember to reuse your contexts. This will encrease performance of your application. To help you
152+ > Remember to reuse your contexts. This will increase performance of your application. To help you
153153> with this we have default contexts:
154154
155155### ** Context example**
@@ -280,19 +280,19 @@ console.log(result); // Output: Isolation.js Works !
280280
281281</h2 >
282282
283- | Option | Possible | Default | Description |
284- | ---------------- | ---------------------------------------------- | -------------------------------- | ---------------------------------------------------------------------------------------------------- |
285- | ** type** | iso  ; \|   ; cjs | cjs | Type  ; of  ; script  ; handling, see [ syntax types] ( #module-types ) |
286- | ** ctx** | object | - | Realm  ; context, see [ Context API] ( #context-api ) |
287- | ** filename** | string | ISO | Name  ; of  ; the  ; module  ; , also it is global variable ** \_\_ filename** for root realm |
288- | ** dir** | string | process.cwd() | Module  ; directory  ; , also it is global varibale ** \_\_ dirname** and realm require startpoint |
289- | ** npmIsolation** | boolean | false | Controls  ; npm  ; modules  ; isolation |
290- | ** access** | [ Access] ( ./types/options.d.ts#L51 ) | - | Isolation  ; restrictions, see [ Access API] ( #reader-api ) |
291- | ** prepare** | boolean | false | Reader  ; would'nt  ; execute script for you |
292- | ** flat** | boolean | false | Reader  ; will  ; flat  ; nested  ; scripts |
293- | ** depth** | boolean  ; \|   ; number | true | Restricts  ; dir  ; reading  ; depth |
294- | ** script** | [ ScriptOptions] ( ./types/options.d.ts#L63 ) | - | Configuration  ; for VM.Script initialization |
295- | ** run** | [ RunningCodeOptions] ( ./types/options.d.ts#L62 ) | {  ; timeout:  ; 1000  ; } | Configuration  ; for VM.Script execution |
283+ | Option | Possible | Default | Description |
284+ | ---------------- | ---------------------------------------------- | -------------------------------- | ----------------------------------------------------------------------------------------------------- |
285+ | ** type** | iso  ; \|   ; cjs | cjs | Type  ; of  ; script  ; handling, see [ syntax types] ( #module-types ) |
286+ | ** ctx** | object | - | Realm  ; context, see [ Context API] ( #context-api ) |
287+ | ** filename** | string | ISO | Name  ; of  ; the  ; module  ; , also it is global variable ** \_\_ filename** for root realm |
288+ | ** dir** | string | process.cwd() | Module  ; directory  ; , also it is global variable ** \_\_ dirname** and realm require start point |
289+ | ** npmIsolation** | boolean | false | Controls  ; npm  ; modules  ; isolation |
290+ | ** access** | [ Access] ( ./types/options.d.ts#L51 ) | - | Isolation  ; restrictions, see [ Access API] ( #reader-api ) |
291+ | ** prepare** | boolean | false | Reader  ; would'nt  ; execute script for you |
292+ | ** flat** | boolean | false | Reader  ; will  ; flat  ; nested  ; scripts |
293+ | ** depth** | boolean  ; \|   ; number | true | Restricts  ; dir  ; reading  ; depth |
294+ | ** script** | [ ScriptOptions] ( ./types/options.d.ts#L63 ) | - | Configuration  ; for VM.Script initialization |
295+ | ** run** | [ RunningCodeOptions] ( ./types/options.d.ts#L62 ) | {  ; timeout:  ; 1000  ; } | Configuration  ; for VM.Script execution |
296296
297297<h2 align =" center " >Copyright & contributors</h2 >
298298
0 commit comments