Sha256: bb341cee655d73d3d1aec15d6cbc7669cb7a3cdfcbdf24d8aac843bb4a398948

Contents?: true

Size: 341 Bytes

Versions: 21

Compression:

Stored size: 341 Bytes

Contents

const { buildTree } = require('../algorithms');
const Base = require('./base');

module.exports = class extends Base {
  constructor(appmap) {
    super(appmap, buildTree);
  }

  transform(event) {
    const result = super.transform(event);
    if (!result) {
      return null;
    }

    result.$event = event;

    return result;
  }
};

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
appmap-0.72.2 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.72.1 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.72.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.71.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.70.2 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.70.1 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.70.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.69.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.68.2 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.68.1 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.68.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.67.1 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.67.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.66.2 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.66.1 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.66.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.65.1 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.65.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.64.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js
appmap-0.63.0 ./node_modules/@appland/appmap/src/fingerprint/canonicalize/eventTree.js