ReplaceWithTargetIntrinsics Class

Definition

public static class ReplaceWithTargetIntrinsics
type ReplaceWithTargetIntrinsics = class
Public Class ReplaceWithTargetIntrinsics
Inheritance
ReplaceWithTargetIntrinsics

Methods

Apply(QsCompilation, QsCompilation)

Merge the environment-specific syntax tree with the target tree. The resulting tree will have the union of the namespaces found in both input trees. All namespaces in the intersection between the trees will be merged so that the environment's definitions of elements are preserved over the target's definitions.

Applies to