Browse Source

update packages (cont.)

master
g2384 4 years ago
parent
commit
9150665fe1
3 changed files with 2396 additions and 1006 deletions
  1. +1
    -0
      VHDLFormatter.js
  2. +1
    -0
      descriptiveCounter.js
  3. +2394
    -1006
      package-lock.json

+ 1
- 0
VHDLFormatter.js View File

@ -1,5 +1,6 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoveAsserts = exports.ApplyNoNewLineAfter = exports.beautify3 = exports.beautifySemicolonBlock = exports.beautifyComponentBlock = exports.beautifyCaseBlock = exports.AlignSign = exports.AlignSigns = exports.beautifyPortGenericBlock = exports.FormattedLineToString = exports.FormattedLine = exports.beautify = exports.BeautifierSettings = exports.signAlignSettings = exports.SetNewLinesAfterSymbols = exports.NewLineSettings = void 0;
let isTesting = false; let isTesting = false;
const ILEscape = "@@"; const ILEscape = "@@";
const ILCommentPrefix = ILEscape + "comments"; const ILCommentPrefix = ILEscape + "comments";


+ 1
- 0
descriptiveCounter.js View File

@ -1,5 +1,6 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.descriptiveCounter = void 0;
function counterDecode(inputId, outputId) { function counterDecode(inputId, outputId) {
var custom_indent = document.getElementById(inputId).value; var custom_indent = document.getElementById(inputId).value;
var result = descriptiveCounter(custom_indent); var result = descriptiveCounter(custom_indent);


+ 2394
- 1006
package-lock.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save