All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.source_frame.source_frame.js Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import * as BinaryResourceViewFactory from './BinaryResourceViewFactory.js';
import * as FontView from './FontView.js';
import * as ImageView from './ImageView.js';
import * as JSONView from './JSONView.js';
import * as PreviewFactory from './PreviewFactory.js';
import * as ResourceSourceFrame from './ResourceSourceFrame.js';
import * as SourceCodeDiff from './SourceCodeDiff.js';
import * as SourceFrame from './SourceFrame.js';
import * as SourcesTextEditor from './SourcesTextEditor.js';
import * as XMLView from './XMLView.js';

/**
 * @typedef {{
  *  editorToRawLocation: function(number, number=):!Array,
  *  rawToEditorLocation: function(number, number=):!Array
  * }}
  */
export let Transformer;

export {
  BinaryResourceViewFactory,
  FontView,
  ImageView,
  JSONView,
  PreviewFactory,
  ResourceSourceFrame,
  SourceCodeDiff,
  SourceFrame,
  SourcesTextEditor,
  XMLView,
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy