UNPKG

prettier-plugin-jsdoc

Version:

Prettier plugin for format comment blocks and convert to standard Match with Visual studio and other IDE which support jsdoc and comments as markdown.

12 lines (11 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function createLanguage(linguistData, override) { const { languageId, ...rest } = linguistData; return { linguistLanguageId: languageId, ...rest, ...override(linguistData), }; } exports.default = createLanguage;