Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/source_map/mod.js>SourceNode#join

Port of mozilla / source-map to deno.
Latest
method SourceNode.prototype.join
import { SourceNode } from "https://deno.land/x/source_map@0.8.0-beta.1/mod.js";

Like String.prototype.join except for SourceNodes. Inserts aStr between each of this.children.

Parameters

aSep

The separator.