Socket
Socket
Sign inDemoInstall

@difizen/cofine-editor-contribution

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@difizen/cofine-editor-contribution - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7

6

dist/editor-options-registry.js

@@ -6,5 +6,5 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }

function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
import { singleton } from 'mana-syringe';
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
import { singleton } from '@difizen/mana-syringe';
export var EditorOptionsRegistry = (_dec = singleton(), _dec(_class = /*#__PURE__*/function () {

@@ -11,0 +11,0 @@ function EditorOptionsRegistry() {

@@ -0,4 +1,4 @@

import type { Disposable } from '@difizen/mana-common';
import { Syringe } from '@difizen/mana-syringe';
import type monaco from '@difizen/monaco-editor-core';
import type { Disposable } from 'mana-common';
import { Syringe } from 'mana-syringe';
export declare const EditorHandlerContribution: Syringe.DefinedToken;

@@ -5,0 +5,0 @@ export interface EditorHandlerContribution extends Disposable {

@@ -1,2 +0,2 @@

import { Syringe } from 'mana-syringe';
import { Syringe } from '@difizen/mana-syringe';
export var EditorHandlerContribution = Syringe.defineToken('LanguageWorkerContribution');

@@ -3,0 +3,0 @@ export { EditorOptionsRegistry } from "./editor-options-registry";

@@ -1,2 +0,2 @@

import { Contribution, Syringe } from 'mana-syringe';
import { Contribution, Syringe } from '@difizen/mana-syringe';
export declare const LanguageWorkerContribution: Syringe.DefinedToken;

@@ -3,0 +3,0 @@ export interface LanguageWorkerContribution {

@@ -15,5 +15,5 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }

function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
import { contrib, singleton, Syringe } from 'mana-syringe';
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
import { contrib, singleton, Syringe } from '@difizen/mana-syringe';
export var LanguageWorkerContribution = Syringe.defineToken('LanguageWorkerContribution');

@@ -20,0 +20,0 @@ export var LanguageWorkerRegistry = (_dec = singleton(), _dec(_class = /*#__PURE__*/function () {

@@ -6,5 +6,5 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }

function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
import { singleton } from 'mana-syringe';
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
import { singleton } from '@difizen/mana-syringe';
export var LanguageOptionsRegistry = (_dec = singleton(), _dec(_class = /*#__PURE__*/function () {

@@ -11,0 +11,0 @@ function LanguageOptionsRegistry() {

@@ -8,3 +8,3 @@ "use strict";

exports.EditorOptionsRegistry = void 0;
var _manaSyringe = require("mana-syringe");
var _manaSyringe = require("@difizen/mana-syringe");
var _dec, _class;

@@ -14,4 +14,4 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
var EditorOptionsRegistry = exports.EditorOptionsRegistry = (_dec = (0, _manaSyringe.singleton)(), _dec(_class = /*#__PURE__*/function () {

@@ -18,0 +18,0 @@ function EditorOptionsRegistry() {

@@ -0,4 +1,4 @@

import type { Disposable } from '@difizen/mana-common';
import { Syringe } from '@difizen/mana-syringe';
import type monaco from '@difizen/monaco-editor-core';
import type { Disposable } from 'mana-common';
import { Syringe } from 'mana-syringe';
export declare const EditorHandlerContribution: Syringe.DefinedToken;

@@ -5,0 +5,0 @@ export interface EditorHandlerContribution extends Disposable {

@@ -31,3 +31,3 @@ "use strict";

});
var _manaSyringe = require("mana-syringe");
var _manaSyringe = require("@difizen/mana-syringe");
var _editorOptionsRegistry = require("./editor-options-registry");

@@ -34,0 +34,0 @@ var _languageWorkerRegistry = require("./language-worker-registry");

@@ -1,2 +0,2 @@

import { Contribution, Syringe } from 'mana-syringe';
import { Contribution, Syringe } from '@difizen/mana-syringe';
export declare const LanguageWorkerContribution: Syringe.DefinedToken;

@@ -3,0 +3,0 @@ export interface LanguageWorkerContribution {

@@ -8,3 +8,3 @@ "use strict";

exports.LanguageWorkerRegistry = exports.LanguageWorkerContribution = void 0;
var _manaSyringe = require("mana-syringe");
var _manaSyringe = require("@difizen/mana-syringe");
var _dec, _class;

@@ -23,4 +23,4 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }

function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
var LanguageWorkerContribution = exports.LanguageWorkerContribution = _manaSyringe.Syringe.defineToken('LanguageWorkerContribution');

@@ -27,0 +27,0 @@ var LanguageWorkerRegistry = exports.LanguageWorkerRegistry = (_dec = (0, _manaSyringe.singleton)(), _dec(_class = /*#__PURE__*/function () {

@@ -8,3 +8,3 @@ "use strict";

exports.LanguageOptionsRegistry = void 0;
var _manaSyringe = require("mana-syringe");
var _manaSyringe = require("@difizen/mana-syringe");
var _dec, _class;

@@ -14,4 +14,4 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
var LanguageOptionsRegistry = exports.LanguageOptionsRegistry = (_dec = (0, _manaSyringe.singleton)(), _dec(_class = /*#__PURE__*/function () {

@@ -18,0 +18,0 @@ function LanguageOptionsRegistry() {

{
"name": "@difizen/cofine-editor-contribution",
"version": "0.0.1-alpha.6",
"version": "0.0.1-alpha.7",
"description": "",

@@ -30,7 +30,7 @@ "homepage": "",

"@babel/plugin-transform-flow-strip-types": "^7.21.0",
"@difizen/mana-common": "^0.1.0",
"@difizen/mana-syringe": "^0.1.0",
"@difizen/monaco-editor-core": "0.39.4",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"mana-common": "^0.3.2",
"mana-syringe": "^0.3.2"
"babel-plugin-transform-typescript-metadata": "0.3.2"
},

@@ -41,3 +41,3 @@ "publishConfig": {

},
"gitHead": "1760bbd609eac4b8ab1bfd56bc2b1df9ad415104"
"gitHead": "b621704c7e4b2143e1ed4080890b4d2a3c93ade8"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc