()
| 3 | |
| 4 | /** Get the default current scope. */ |
| 5 | export function getDefaultCurrentScope(): Scope { |
| 6 | return getGlobalSingleton('defaultCurrentScope', () => new Scope()); |
| 7 | } |
| 8 | |
| 9 | /** Get the default isolation scope. */ |
| 10 | export function getDefaultIsolationScope(): Scope { |