UNPKG

sassdoc

Version:
28 lines (22 loc) 475 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = name; function name() { return { name: 'name', parse: function parse(text) { return text.trim(); }, // Abuse the autofill feature to rewrite the `item.context` autofill: function autofill(item) { if (item.name) { item.context.name = item.name; // Cleanup delete item.name; } }, multiple: false }; }