| 6679 | * Creates a new path scope with the projected variables as the new bindings. |
| 6680 | */ |
| 6681 | export class WithStep extends Step<WithStepConfig> { |
| 6682 | public get name() { |
| 6683 | return "With"; |
| 6684 | } |
nothing calls this directly
no outgoing calls
no test coverage detected