rootNodeWithOffset

@JvmName(name = "rootNodeWithOffset")
actual external fun rootNodeWithOffset(bytes: UInt, extent: Point): Node?(source)

Get the root node of the syntax tree, but with its position shifted forward by the given offset.

expect fun rootNodeWithOffset(bytes: UInt, extent: Point): Node?(source)

Get the root node of the syntax tree, but with its position shifted forward by the given offset.

@JvmName(name = "rootNodeWithOffset")
actual external fun rootNodeWithOffset(bytes: UInt, extent: Point): Node?(source)

Get the root node of the syntax tree, but with its position shifted forward by the given offset.

actual fun rootNodeWithOffset(bytes: UInt, extent: Point): Node?(source)

Get the root node of the syntax tree, but with its position shifted forward by the given offset.