mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(nx): remove unnecessary files
This commit is contained in:
parent
e76f47ebb4
commit
1cbf574c21
43
.gitignore
vendored
43
.gitignore
vendored
@ -1,3 +1,42 @@
|
|||||||
|
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
|
||||||
|
|
||||||
|
# compiled output
|
||||||
|
dist
|
||||||
|
tmp
|
||||||
|
out-tsc
|
||||||
|
|
||||||
|
# dependencies
|
||||||
node_modules
|
node_modules
|
||||||
vite.config.*.timestamp*
|
|
||||||
vitest.config.*.timestamp*
|
# IDEs and editors
|
||||||
|
/.idea
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.c9/
|
||||||
|
*.launch
|
||||||
|
.settings/
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# IDE - VSCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
# misc
|
||||||
|
/.sass-cache
|
||||||
|
/connect.lock
|
||||||
|
/coverage
|
||||||
|
/libpeerconnection.log
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
testem.log
|
||||||
|
/typings
|
||||||
|
|
||||||
|
# System Files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
.nx/cache
|
||||||
|
.nx/workspace-data
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
export * from "./lib/gfm.js";
|
|
||||||
//# sourceMappingURL=index.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":""}
|
|
@ -1,7 +0,0 @@
|
|||||||
export function gfm(turndownService: any): void;
|
|
||||||
import highlightedCodeBlock from './highlighted-code-block.js';
|
|
||||||
import strikethrough from './strikethrough.js';
|
|
||||||
import tables from './tables.js';
|
|
||||||
import taskListItems from './task-list-items.js';
|
|
||||||
export { highlightedCodeBlock, strikethrough, tables, taskListItems };
|
|
||||||
//# sourceMappingURL=gfm.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"gfm.d.ts","sourceRoot":"","sources":["../../src/lib/gfm.js"],"names":[],"mappings":"AAKA,gDAOC;iCAZgC,6BAA6B;0BACpC,oBAAoB;mBAC3B,aAAa;0BACN,sBAAsB"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function highlightedCodeBlock(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=highlighted-code-block.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"highlighted-code-block.d.ts","sourceRoot":"","sources":["../../src/lib/highlighted-code-block.js"],"names":[],"mappings":"AAEA,yEAsBC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function strikethrough(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=strikethrough.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"strikethrough.d.ts","sourceRoot":"","sources":["../../src/lib/strikethrough.js"],"names":[],"mappings":"AAAA,kEAOC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function tables(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=tables.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"tables.d.ts","sourceRoot":"","sources":["../../src/lib/tables.js"],"names":[],"mappings":"AAoRA,2DASC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function taskListItems(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=task-list-items.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"task-list-items.d.ts","sourceRoot":"","sources":["../../src/lib/task-list-items.js"],"names":[],"mappings":"AAAA,kEASC"}
|
|
@ -1 +0,0 @@
|
|||||||
{"version":"5.7.3"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export * from "./lib/gfm.js";
|
|
||||||
//# sourceMappingURL=index.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":""}
|
|
@ -1,7 +0,0 @@
|
|||||||
export function gfm(turndownService: any): void;
|
|
||||||
import highlightedCodeBlock from './highlighted-code-block.js';
|
|
||||||
import strikethrough from './strikethrough.js';
|
|
||||||
import tables from './tables.js';
|
|
||||||
import taskListItems from './task-list-items.js';
|
|
||||||
export { highlightedCodeBlock, strikethrough, tables, taskListItems };
|
|
||||||
//# sourceMappingURL=gfm.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"gfm.d.ts","sourceRoot":"","sources":["../../src/lib/gfm.js"],"names":[],"mappings":"AAKA,gDAOC;iCAZgC,6BAA6B;0BACpC,oBAAoB;mBAC3B,aAAa;0BACN,sBAAsB"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function highlightedCodeBlock(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=highlighted-code-block.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"highlighted-code-block.d.ts","sourceRoot":"","sources":["../../src/lib/highlighted-code-block.js"],"names":[],"mappings":"AAEA,yEAsBC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function strikethrough(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=strikethrough.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"strikethrough.d.ts","sourceRoot":"","sources":["../../src/lib/strikethrough.js"],"names":[],"mappings":"AAAA,kEAOC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function tables(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=tables.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"tables.d.ts","sourceRoot":"","sources":["../../src/lib/tables.js"],"names":[],"mappings":"AAoRA,2DASC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function taskListItems(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=task-list-items.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"task-list-items.d.ts","sourceRoot":"","sources":["../../src/lib/task-list-items.js"],"names":[],"mappings":"AAAA,kEASC"}
|
|
@ -1 +0,0 @@
|
|||||||
{"version":"5.7.3"}
|
|
@ -1,3 +0,0 @@
|
|||||||
export * from './lib/commons.js';
|
|
||||||
|
|
||||||
//# sourceMappingURL=index.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './lib/commons.js';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mBAAmB"}
|
|
@ -1,12 +0,0 @@
|
|||||||
var Command;
|
|
||||||
(function(Command) {
|
|
||||||
Command[Command["jumpToNote"] = 0] = "jumpToNote";
|
|
||||||
Command[Command["searchNotes"] = 1] = "searchNotes";
|
|
||||||
Command[Command["createNoteIntoInbox"] = 2] = "createNoteIntoInbox";
|
|
||||||
Command[Command["showRecentChanges"] = 3] = "showRecentChanges";
|
|
||||||
Command[Command["showOptions"] = 4] = "showOptions";
|
|
||||||
Command[Command["createAiChat"] = 5] = "createAiChat";
|
|
||||||
})(Command || (Command = {}));
|
|
||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=hidden_subtree.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/hidden_subtree.ts"],"sourcesContent":["import { AttributeType } from \"./rows.js\";\n\ntype LauncherNoteType = \"launcher\" | \"search\" | \"doc\" | \"noteMap\" | \"contentWidget\" | \"book\" | \"file\" | \"image\" | \"text\" | \"relationMap\" | \"render\" | \"canvas\" | \"mermaid\" | \"webView\" | \"code\" | \"mindMap\" | \"geoMap\";\n\nenum Command {\n jumpToNote,\n searchNotes,\n createNoteIntoInbox,\n showRecentChanges,\n showOptions,\n createAiChat\n}\n\nexport interface HiddenSubtreeAttribute {\n type: AttributeType;\n name: string;\n isInheritable?: boolean;\n value?: string;\n}\n\nexport interface HiddenSubtreeItem {\n notePosition?: number;\n id: string;\n title: string;\n type: LauncherNoteType;\n icon?: string;\n attributes?: HiddenSubtreeAttribute[];\n children?: HiddenSubtreeItem[];\n isExpanded?: boolean;\n baseSize?: string;\n growthFactor?: string;\n targetNoteId?: \"_backendLog\" | \"_globalNoteMap\";\n builtinWidget?:\n | \"todayInJournal\"\n | \"bookmarks\"\n | \"spacer\"\n | \"backInHistoryButton\"\n | \"forwardInHistoryButton\"\n | \"syncStatus\"\n | \"protectedSession\"\n | \"calendar\"\n | \"quickSearch\"\n | \"aiChatLauncher\";\n command?: keyof typeof Command;\n}"],"names":["Command"],"rangeMappings":";;;;;;;;;","mappings":";UAIKA;;;;;;;GAAAA,YAAAA;AAgBL,WAwBC"}
|
|
@ -1,3 +0,0 @@
|
|||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=i18n.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/i18n.ts"],"sourcesContent":["export interface Locale {\n id: string;\n name: string;\n /** `true` if the language is a right-to-left one, or `false` if it's left-to-right. */\n rtl?: boolean;\n /** `true` if the language is not supported by the application as a display language, but it is selectable by the user for the content. */\n contentOnly?: boolean;\n /** The value to pass to `--lang` for the Electron instance in order to set it as a locale. Not setting it will hide it from the list of supported locales. */\n electronLocale?: string;\n}"],"names":[],"rangeMappings":"","mappings":"AAAA,WASC"}
|
|
@ -1,8 +0,0 @@
|
|||||||
export * from "./i18n.js";
|
|
||||||
export * from "./options_interface.js";
|
|
||||||
export * from "./keyboard_actions_interface.js";
|
|
||||||
export * from "./hidden_subtree.js";
|
|
||||||
export * from "./rows.js";
|
|
||||||
export * from "./test-utils.js";
|
|
||||||
|
|
||||||
//# sourceMappingURL=index.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/index.ts"],"sourcesContent":["export * from \"./i18n.js\";\nexport * from \"./options_interface.js\";\nexport * from \"./keyboard_actions_interface.js\";\nexport * from \"./hidden_subtree.js\";\nexport * from \"./rows.js\";\nexport * from \"./test-utils.js\""],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,YAAY;AAC1B,cAAc,yBAAyB;AACvC,cAAc,kCAAkC;AAChD,cAAc,sBAAsB;AACpC,cAAc,YAAY;AAC1B,cAAc,kBAAiB"}
|
|
@ -1,4 +0,0 @@
|
|||||||
var KeyboardActionNamesEnum;
|
|
||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=keyboard_actions_interface.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/keyboard_actions_interface.ts"],"sourcesContent":["const enum KeyboardActionNamesEnum {\n backInNoteHistory,\n forwardInNoteHistory,\n jumpToNote,\n scrollToActiveNote,\n quickSearch,\n searchInSubtree,\n expandSubtree,\n collapseTree,\n collapseSubtree,\n sortChildNotes,\n createNoteAfter,\n createNoteInto,\n createNoteIntoInbox,\n deleteNotes,\n moveNoteUp,\n moveNoteDown,\n moveNoteUpInHierarchy,\n moveNoteDownInHierarchy,\n editNoteTitle,\n editBranchPrefix,\n cloneNotesTo,\n moveNotesTo,\n copyNotesToClipboard,\n pasteNotesFromClipboard,\n cutNotesToClipboard,\n selectAllNotesInParent,\n addNoteAboveToSelection,\n addNoteBelowToSelection,\n duplicateSubtree,\n openNewTab,\n closeActiveTab,\n reopenLastTab,\n activateNextTab,\n activatePreviousTab,\n openNewWindow,\n toggleTray,\n toggleZenMode,\n firstTab,\n secondTab,\n thirdTab,\n fourthTab,\n fifthTab,\n sixthTab,\n seventhTab,\n eigthTab,\n ninthTab,\n lastTab,\n showNoteSource,\n showOptions,\n showRevisions,\n showRecentChanges,\n showSQLConsole,\n showBackendLog,\n showCheatsheet,\n showHelp,\n addLinkToText,\n followLinkUnderCursor,\n insertDateTimeToText,\n pasteMarkdownIntoText,\n cutIntoNote,\n addIncludeNoteToText,\n editReadOnlyNote,\n addNewLabel,\n addNewRelation,\n toggleRibbonTabClassicEditor,\n toggleRibbonTabBasicProperties,\n toggleRibbonTabBookProperties,\n toggleRibbonTabFileProperties,\n toggleRibbonTabImageProperties,\n toggleRibbonTabOwnedAttributes,\n toggleRibbonTabInheritedAttributes,\n toggleRibbonTabPromotedAttributes,\n toggleRibbonTabNoteMap,\n toggleRibbonTabNoteInfo,\n toggleRibbonTabNotePaths,\n toggleRibbonTabSimilarNotes,\n toggleRightPane,\n printActiveNote,\n exportAsPdf,\n openNoteExternally,\n renderActiveNote,\n runActiveNote,\n toggleNoteHoisting,\n unhoist,\n reloadFrontendApp,\n openDevTools,\n findInText,\n toggleLeftPane,\n toggleFullscreen,\n zoomOut,\n zoomIn,\n zoomReset,\n copyWithoutFormatting,\n forceSaveRevision\n}\n\nexport type KeyboardActionNames = keyof typeof KeyboardActionNamesEnum;\n\nexport interface KeyboardShortcut {\n separator?: string;\n actionName?: KeyboardActionNames;\n description?: string;\n defaultShortcuts?: string[];\n effectiveShortcuts?: string[];\n /**\n * Scope here means on which element the keyboard shortcuts are attached - this means that for the shortcut to work,\n * the focus has to be inside the element.\n *\n * So e.g. shortcuts with \"note-tree\" scope work only when the focus is in note tree.\n * This allows to have the same shortcut have different actions attached based on the context\n * e.g. CTRL-C in note tree does something a bit different from CTRL-C in the text editor.\n */\n scope?: \"window\" | \"note-tree\" | \"text-detail\" | \"code-detail\";\n}\n\nexport interface KeyboardShortcutWithRequiredActionName extends KeyboardShortcut {\n actionName: KeyboardActionNames;\n}\n"],"names":[],"rangeMappings":";","mappings":";AAoHA,WAEC"}
|
|
@ -1,3 +0,0 @@
|
|||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=options_interface.js.map
|
|
File diff suppressed because one or more lines are too long
@ -1,27 +0,0 @@
|
|||||||
// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.);
|
|
||||||
// TODO: check against schema.sql which properties really are "optional"
|
|
||||||
/**
|
|
||||||
* There are many different Note types, some of which are entirely opaque to the
|
|
||||||
* end user. Those types should be used only for checking against, they are
|
|
||||||
* not for direct use.
|
|
||||||
*/ export const ALLOWED_NOTE_TYPES = [
|
|
||||||
"file",
|
|
||||||
"image",
|
|
||||||
"search",
|
|
||||||
"noteMap",
|
|
||||||
"launcher",
|
|
||||||
"doc",
|
|
||||||
"contentWidget",
|
|
||||||
"text",
|
|
||||||
"relationMap",
|
|
||||||
"render",
|
|
||||||
"canvas",
|
|
||||||
"mermaid",
|
|
||||||
"book",
|
|
||||||
"webView",
|
|
||||||
"code",
|
|
||||||
"mindMap",
|
|
||||||
"geoMap"
|
|
||||||
];
|
|
||||||
|
|
||||||
//# sourceMappingURL=rows.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/rows.ts"],"sourcesContent":["// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.);\n// TODO: check against schema.sql which properties really are \"optional\"\n\nexport interface AttachmentRow {\n attachmentId?: string;\n ownerId?: string;\n role: string;\n mime: string;\n title: string;\n position?: number;\n blobId?: string;\n isProtected?: boolean;\n dateModified?: string;\n utcDateModified?: string;\n utcDateScheduledForErasureSince?: string;\n isDeleted?: boolean;\n deleteId?: string;\n contentLength?: number;\n content?: Buffer | string;\n}\n\nexport interface RevisionRow {\n revisionId?: string;\n noteId: string;\n type: NoteType;\n mime: string;\n isProtected?: boolean;\n title: string;\n blobId?: string;\n dateLastEdited?: string;\n dateCreated: string;\n utcDateLastEdited?: string;\n utcDateCreated: string;\n utcDateModified: string;\n contentLength?: number;\n}\n\nexport interface RecentNoteRow {\n noteId: string;\n notePath: string;\n utcDateCreated?: string;\n}\n\n/**\n * Database representation of an option.\n *\n * Options are key-value pairs that are used to store information such as user preferences (for example\n * the current theme, sync server information), but also information about the state of the application).\n */\nexport interface OptionRow {\n /** The name of the option. */\n name: string;\n /** The value of the option. */\n value: string;\n /** `true` if the value should be synced across multiple instances (e.g. locale) or `false` if it should be local-only (e.g. theme). */\n isSynced: boolean;\n utcDateModified?: string;\n}\n\nexport interface EtapiTokenRow {\n etapiTokenId?: string;\n name: string;\n tokenHash: string;\n utcDateCreated?: string;\n utcDateModified?: string;\n isDeleted?: boolean;\n}\n\nexport interface BlobRow {\n blobId: string;\n content: string | Buffer;\n contentLength: number;\n dateModified: string;\n utcDateModified: string;\n}\n\nexport type AttributeType = \"label\" | \"relation\" | \"label-definition\" | \"relation-definition\";\n\nexport interface AttributeRow {\n attributeId?: string;\n noteId?: string;\n type: AttributeType;\n name: string;\n position?: number | null;\n value?: string;\n isInheritable?: boolean;\n utcDateModified?: string;\n}\n\nexport interface BranchRow {\n branchId?: string;\n noteId: string;\n parentNoteId: string;\n prefix?: string | null;\n notePosition?: number | null;\n isExpanded?: boolean;\n isDeleted?: boolean;\n utcDateModified?: string;\n}\n\n/**\n * There are many different Note types, some of which are entirely opaque to the\n * end user. Those types should be used only for checking against, they are\n * not for direct use.\n */\nexport const ALLOWED_NOTE_TYPES = [\n \"file\",\n \"image\",\n \"search\",\n \"noteMap\",\n \"launcher\",\n \"doc\",\n \"contentWidget\",\n \"text\",\n \"relationMap\",\n \"render\",\n \"canvas\",\n \"mermaid\",\n \"book\",\n \"webView\",\n \"code\",\n \"mindMap\",\n \"geoMap\"\n] as const;\nexport type NoteType = (typeof ALLOWED_NOTE_TYPES)[number];\n\nexport interface NoteRow {\n noteId: string;\n deleteId: string;\n title: string;\n type: NoteType;\n mime: string;\n isProtected: boolean;\n isDeleted: boolean;\n blobId: string;\n dateCreated: string;\n dateModified: string;\n utcDateCreated: string;\n utcDateModified: string;\n content?: string | Buffer;\n}\n\nexport interface NoteEmbeddingRow {\n embedId: string;\n noteId: string;\n providerId: string;\n modelId: string;\n dimension: number;\n embedding: Buffer;\n version: number;\n dateCreated: string;\n utcDateCreated: string;\n dateModified: string;\n utcDateModified: string;\n}\n"],"names":["ALLOWED_NOTE_TYPES"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,yFAAyF;AACzF,wEAAwE;AAmGxE;;;;CAIC,GACD,OAAO,MAAMA,qBAAqB;IAC9B;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACH,CAAU"}
|
|
@ -1,55 +0,0 @@
|
|||||||
/**
|
|
||||||
* Reads the level of indentation of the first line and trims the identation for all the text by that amount.
|
|
||||||
*
|
|
||||||
* For example, for:
|
|
||||||
*
|
|
||||||
* ```json
|
|
||||||
* {
|
|
||||||
* "hello": "world"
|
|
||||||
* }
|
|
||||||
* ```
|
|
||||||
*
|
|
||||||
* it results in:
|
|
||||||
*
|
|
||||||
* ```json
|
|
||||||
* {
|
|
||||||
* "hello": "world"
|
|
||||||
* }
|
|
||||||
* ```
|
|
||||||
*
|
|
||||||
* This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes.
|
|
||||||
*
|
|
||||||
* @example const html = trimIndentation`\
|
|
||||||
* <h1>Heading 1</h1>
|
|
||||||
* <h2>Heading 2</h2>
|
|
||||||
* <h3>Heading 3</h3>
|
|
||||||
* <h4>Heading 4</h4>
|
|
||||||
* <h5>Heading 5</h5>
|
|
||||||
* <h6>Heading 6</h6>
|
|
||||||
* `;
|
|
||||||
* @param strings
|
|
||||||
* @returns
|
|
||||||
*/ export function trimIndentation(strings, ...values) {
|
|
||||||
// Combine the strings with the values using interpolation
|
|
||||||
let str = strings.reduce((acc, curr, index)=>{
|
|
||||||
return acc + curr + (values[index] !== undefined ? values[index] : '');
|
|
||||||
}, '');
|
|
||||||
// Count the number of spaces on the first line.
|
|
||||||
let numSpaces = 0;
|
|
||||||
while(str.charAt(numSpaces) == " " && numSpaces < str.length){
|
|
||||||
numSpaces++;
|
|
||||||
}
|
|
||||||
// Trim the indentation of the first line in all the lines.
|
|
||||||
const lines = str.split("\n");
|
|
||||||
const output = [];
|
|
||||||
for(let i = 0; i < lines.length; i++){
|
|
||||||
let numSpacesLine = 0;
|
|
||||||
while(str.charAt(numSpacesLine) == " " && numSpacesLine < str.length){
|
|
||||||
numSpacesLine++;
|
|
||||||
}
|
|
||||||
output.push(lines[i].substring(numSpacesLine));
|
|
||||||
}
|
|
||||||
return output.join("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
//# sourceMappingURL=test-utils.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/test-utils.ts"],"sourcesContent":["/**\n * Reads the level of indentation of the first line and trims the identation for all the text by that amount.\n *\n * For example, for:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * it results in:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes.\n *\n * @example const html = trimIndentation`\\\n * <h1>Heading 1</h1>\n * <h2>Heading 2</h2>\n * <h3>Heading 3</h3>\n * <h4>Heading 4</h4>\n * <h5>Heading 5</h5>\n * <h6>Heading 6</h6>\n * `;\n * @param strings\n * @returns\n */\nexport function trimIndentation(strings: TemplateStringsArray, ...values: any[]) {\n // Combine the strings with the values using interpolation\n let str = strings.reduce((acc, curr, index) => {\n return acc + curr + (values[index] !== undefined ? values[index] : '');\n }, '');\n\n // Count the number of spaces on the first line.\n let numSpaces = 0;\n while (str.charAt(numSpaces) == \" \" && numSpaces < str.length) {\n numSpaces++;\n }\n\n // Trim the indentation of the first line in all the lines.\n const lines = str.split(\"\\n\");\n const output = [];\n for (let i = 0; i < lines.length; i++) {\n let numSpacesLine = 0;\n while (str.charAt(numSpacesLine) == \" \" && numSpacesLine < str.length) {\n numSpacesLine++;\n }\n output.push(lines[i].substring(numSpacesLine));\n }\n return output.join(\"\\n\");\n}\n"],"names":["trimIndentation","strings","values","str","reduce","acc","curr","index","undefined","numSpaces","charAt","length","lines","split","output","i","numSpacesLine","push","substring","join"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BC,GACD,OAAO,SAASA,gBAAgBC,OAA6B,EAAE,GAAGC,MAAa;IAC3E,0DAA0D;IAC1D,IAAIC,MAAMF,QAAQG,MAAM,CAAC,CAACC,KAAKC,MAAMC;QACjC,OAAOF,MAAMC,OAAQJ,CAAAA,MAAM,CAACK,MAAM,KAAKC,YAAYN,MAAM,CAACK,MAAM,GAAG,EAAC;IACxE,GAAG;IAEH,gDAAgD;IAChD,IAAIE,YAAY;IAChB,MAAON,IAAIO,MAAM,CAACD,cAAc,OAAOA,YAAYN,IAAIQ,MAAM,CAAE;QAC3DF;IACJ;IAEA,2DAA2D;IAC3D,MAAMG,QAAQT,IAAIU,KAAK,CAAC;IACxB,MAAMC,SAAS,EAAE;IACjB,IAAK,IAAIC,IAAI,GAAGA,IAAIH,MAAMD,MAAM,EAAEI,IAAK;QACnC,IAAIC,gBAAgB;QACpB,MAAOb,IAAIO,MAAM,CAACM,kBAAkB,OAAOA,gBAAgBb,IAAIQ,MAAM,CAAE;YACnEK;QACJ;QACAF,OAAOG,IAAI,CAACL,KAAK,CAACG,EAAE,CAACG,SAAS,CAACF;IACnC;IACA,OAAOF,OAAOK,IAAI,CAAC;AACvB"}
|
|
@ -1 +0,0 @@
|
|||||||
{"version":"5.7.3"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export * from "./lib/gfm.js";
|
|
||||||
//# sourceMappingURL=index.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":""}
|
|
@ -1,7 +0,0 @@
|
|||||||
export function gfm(turndownService: any): void;
|
|
||||||
import highlightedCodeBlock from './highlighted-code-block.js';
|
|
||||||
import strikethrough from './strikethrough.js';
|
|
||||||
import tables from './tables.js';
|
|
||||||
import taskListItems from './task-list-items.js';
|
|
||||||
export { highlightedCodeBlock, strikethrough, tables, taskListItems };
|
|
||||||
//# sourceMappingURL=gfm.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"gfm.d.ts","sourceRoot":"","sources":["../../src/lib/gfm.js"],"names":[],"mappings":"AAKA,gDAOC;iCAZgC,6BAA6B;0BACpC,oBAAoB;mBAC3B,aAAa;0BACN,sBAAsB"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function highlightedCodeBlock(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=highlighted-code-block.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"highlighted-code-block.d.ts","sourceRoot":"","sources":["../../src/lib/highlighted-code-block.js"],"names":[],"mappings":"AAEA,yEAsBC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function strikethrough(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=strikethrough.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"strikethrough.d.ts","sourceRoot":"","sources":["../../src/lib/strikethrough.js"],"names":[],"mappings":"AAAA,kEAOC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function tables(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=tables.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"tables.d.ts","sourceRoot":"","sources":["../../src/lib/tables.js"],"names":[],"mappings":"AAoRA,2DASC"}
|
|
@ -1,2 +0,0 @@
|
|||||||
export default function taskListItems(turndownService: any): void;
|
|
||||||
//# sourceMappingURL=task-list-items.d.ts.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"task-list-items.d.ts","sourceRoot":"","sources":["../../src/lib/task-list-items.js"],"names":[],"mappings":"AAAA,kEASC"}
|
|
@ -1 +0,0 @@
|
|||||||
{"version":"5.7.3"}
|
|
@ -1,3 +0,0 @@
|
|||||||
export * from './lib/commons.js';
|
|
||||||
|
|
||||||
//# sourceMappingURL=index.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './lib/commons.js';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,mBAAmB"}
|
|
@ -1,12 +0,0 @@
|
|||||||
var Command;
|
|
||||||
(function(Command) {
|
|
||||||
Command[Command["jumpToNote"] = 0] = "jumpToNote";
|
|
||||||
Command[Command["searchNotes"] = 1] = "searchNotes";
|
|
||||||
Command[Command["createNoteIntoInbox"] = 2] = "createNoteIntoInbox";
|
|
||||||
Command[Command["showRecentChanges"] = 3] = "showRecentChanges";
|
|
||||||
Command[Command["showOptions"] = 4] = "showOptions";
|
|
||||||
Command[Command["createAiChat"] = 5] = "createAiChat";
|
|
||||||
})(Command || (Command = {}));
|
|
||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=hidden_subtree.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/hidden_subtree.ts"],"sourcesContent":["import { AttributeType } from \"./rows.js\";\n\ntype LauncherNoteType = \"launcher\" | \"search\" | \"doc\" | \"noteMap\" | \"contentWidget\" | \"book\" | \"file\" | \"image\" | \"text\" | \"relationMap\" | \"render\" | \"canvas\" | \"mermaid\" | \"webView\" | \"code\" | \"mindMap\" | \"geoMap\";\n\nenum Command {\n jumpToNote,\n searchNotes,\n createNoteIntoInbox,\n showRecentChanges,\n showOptions,\n createAiChat\n}\n\nexport interface HiddenSubtreeAttribute {\n type: AttributeType;\n name: string;\n isInheritable?: boolean;\n value?: string;\n}\n\nexport interface HiddenSubtreeItem {\n notePosition?: number;\n id: string;\n title: string;\n type: LauncherNoteType;\n icon?: string;\n attributes?: HiddenSubtreeAttribute[];\n children?: HiddenSubtreeItem[];\n isExpanded?: boolean;\n baseSize?: string;\n growthFactor?: string;\n targetNoteId?: \"_backendLog\" | \"_globalNoteMap\";\n builtinWidget?:\n | \"todayInJournal\"\n | \"bookmarks\"\n | \"spacer\"\n | \"backInHistoryButton\"\n | \"forwardInHistoryButton\"\n | \"syncStatus\"\n | \"protectedSession\"\n | \"calendar\"\n | \"quickSearch\"\n | \"aiChatLauncher\";\n command?: keyof typeof Command;\n}"],"names":["Command"],"rangeMappings":";;;;;;;;;","mappings":";UAIKA;;;;;;;GAAAA,YAAAA;AAgBL,WAwBC"}
|
|
@ -1,3 +0,0 @@
|
|||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=i18n.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/i18n.ts"],"sourcesContent":["export interface Locale {\n id: string;\n name: string;\n /** `true` if the language is a right-to-left one, or `false` if it's left-to-right. */\n rtl?: boolean;\n /** `true` if the language is not supported by the application as a display language, but it is selectable by the user for the content. */\n contentOnly?: boolean;\n /** The value to pass to `--lang` for the Electron instance in order to set it as a locale. Not setting it will hide it from the list of supported locales. */\n electronLocale?: string;\n}"],"names":[],"rangeMappings":"","mappings":"AAAA,WASC"}
|
|
@ -1,8 +0,0 @@
|
|||||||
export * from "./i18n.js";
|
|
||||||
export * from "./options_interface.js";
|
|
||||||
export * from "./keyboard_actions_interface.js";
|
|
||||||
export * from "./hidden_subtree.js";
|
|
||||||
export * from "./rows.js";
|
|
||||||
export * from "./test-utils.js";
|
|
||||||
|
|
||||||
//# sourceMappingURL=index.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/index.ts"],"sourcesContent":["export * from \"./i18n.js\";\nexport * from \"./options_interface.js\";\nexport * from \"./keyboard_actions_interface.js\";\nexport * from \"./hidden_subtree.js\";\nexport * from \"./rows.js\";\nexport * from \"./test-utils.js\""],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,YAAY;AAC1B,cAAc,yBAAyB;AACvC,cAAc,kCAAkC;AAChD,cAAc,sBAAsB;AACpC,cAAc,YAAY;AAC1B,cAAc,kBAAiB"}
|
|
@ -1,4 +0,0 @@
|
|||||||
var KeyboardActionNamesEnum;
|
|
||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=keyboard_actions_interface.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/keyboard_actions_interface.ts"],"sourcesContent":["const enum KeyboardActionNamesEnum {\n backInNoteHistory,\n forwardInNoteHistory,\n jumpToNote,\n scrollToActiveNote,\n quickSearch,\n searchInSubtree,\n expandSubtree,\n collapseTree,\n collapseSubtree,\n sortChildNotes,\n createNoteAfter,\n createNoteInto,\n createNoteIntoInbox,\n deleteNotes,\n moveNoteUp,\n moveNoteDown,\n moveNoteUpInHierarchy,\n moveNoteDownInHierarchy,\n editNoteTitle,\n editBranchPrefix,\n cloneNotesTo,\n moveNotesTo,\n copyNotesToClipboard,\n pasteNotesFromClipboard,\n cutNotesToClipboard,\n selectAllNotesInParent,\n addNoteAboveToSelection,\n addNoteBelowToSelection,\n duplicateSubtree,\n openNewTab,\n closeActiveTab,\n reopenLastTab,\n activateNextTab,\n activatePreviousTab,\n openNewWindow,\n toggleTray,\n toggleZenMode,\n firstTab,\n secondTab,\n thirdTab,\n fourthTab,\n fifthTab,\n sixthTab,\n seventhTab,\n eigthTab,\n ninthTab,\n lastTab,\n showNoteSource,\n showOptions,\n showRevisions,\n showRecentChanges,\n showSQLConsole,\n showBackendLog,\n showCheatsheet,\n showHelp,\n addLinkToText,\n followLinkUnderCursor,\n insertDateTimeToText,\n pasteMarkdownIntoText,\n cutIntoNote,\n addIncludeNoteToText,\n editReadOnlyNote,\n addNewLabel,\n addNewRelation,\n toggleRibbonTabClassicEditor,\n toggleRibbonTabBasicProperties,\n toggleRibbonTabBookProperties,\n toggleRibbonTabFileProperties,\n toggleRibbonTabImageProperties,\n toggleRibbonTabOwnedAttributes,\n toggleRibbonTabInheritedAttributes,\n toggleRibbonTabPromotedAttributes,\n toggleRibbonTabNoteMap,\n toggleRibbonTabNoteInfo,\n toggleRibbonTabNotePaths,\n toggleRibbonTabSimilarNotes,\n toggleRightPane,\n printActiveNote,\n exportAsPdf,\n openNoteExternally,\n renderActiveNote,\n runActiveNote,\n toggleNoteHoisting,\n unhoist,\n reloadFrontendApp,\n openDevTools,\n findInText,\n toggleLeftPane,\n toggleFullscreen,\n zoomOut,\n zoomIn,\n zoomReset,\n copyWithoutFormatting,\n forceSaveRevision\n}\n\nexport type KeyboardActionNames = keyof typeof KeyboardActionNamesEnum;\n\nexport interface KeyboardShortcut {\n separator?: string;\n actionName?: KeyboardActionNames;\n description?: string;\n defaultShortcuts?: string[];\n effectiveShortcuts?: string[];\n /**\n * Scope here means on which element the keyboard shortcuts are attached - this means that for the shortcut to work,\n * the focus has to be inside the element.\n *\n * So e.g. shortcuts with \"note-tree\" scope work only when the focus is in note tree.\n * This allows to have the same shortcut have different actions attached based on the context\n * e.g. CTRL-C in note tree does something a bit different from CTRL-C in the text editor.\n */\n scope?: \"window\" | \"note-tree\" | \"text-detail\" | \"code-detail\";\n}\n\nexport interface KeyboardShortcutWithRequiredActionName extends KeyboardShortcut {\n actionName: KeyboardActionNames;\n}\n"],"names":[],"rangeMappings":";","mappings":";AAoHA,WAEC"}
|
|
@ -1,3 +0,0 @@
|
|||||||
export { };
|
|
||||||
|
|
||||||
//# sourceMappingURL=options_interface.js.map
|
|
File diff suppressed because one or more lines are too long
@ -1,27 +0,0 @@
|
|||||||
// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.);
|
|
||||||
// TODO: check against schema.sql which properties really are "optional"
|
|
||||||
/**
|
|
||||||
* There are many different Note types, some of which are entirely opaque to the
|
|
||||||
* end user. Those types should be used only for checking against, they are
|
|
||||||
* not for direct use.
|
|
||||||
*/ export const ALLOWED_NOTE_TYPES = [
|
|
||||||
"file",
|
|
||||||
"image",
|
|
||||||
"search",
|
|
||||||
"noteMap",
|
|
||||||
"launcher",
|
|
||||||
"doc",
|
|
||||||
"contentWidget",
|
|
||||||
"text",
|
|
||||||
"relationMap",
|
|
||||||
"render",
|
|
||||||
"canvas",
|
|
||||||
"mermaid",
|
|
||||||
"book",
|
|
||||||
"webView",
|
|
||||||
"code",
|
|
||||||
"mindMap",
|
|
||||||
"geoMap"
|
|
||||||
];
|
|
||||||
|
|
||||||
//# sourceMappingURL=rows.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/rows.ts"],"sourcesContent":["// TODO: Booleans should probably be numbers instead (as SQLite does not have booleans.);\n// TODO: check against schema.sql which properties really are \"optional\"\n\nexport interface AttachmentRow {\n attachmentId?: string;\n ownerId?: string;\n role: string;\n mime: string;\n title: string;\n position?: number;\n blobId?: string;\n isProtected?: boolean;\n dateModified?: string;\n utcDateModified?: string;\n utcDateScheduledForErasureSince?: string;\n isDeleted?: boolean;\n deleteId?: string;\n contentLength?: number;\n content?: Buffer | string;\n}\n\nexport interface RevisionRow {\n revisionId?: string;\n noteId: string;\n type: NoteType;\n mime: string;\n isProtected?: boolean;\n title: string;\n blobId?: string;\n dateLastEdited?: string;\n dateCreated: string;\n utcDateLastEdited?: string;\n utcDateCreated: string;\n utcDateModified: string;\n contentLength?: number;\n}\n\nexport interface RecentNoteRow {\n noteId: string;\n notePath: string;\n utcDateCreated?: string;\n}\n\n/**\n * Database representation of an option.\n *\n * Options are key-value pairs that are used to store information such as user preferences (for example\n * the current theme, sync server information), but also information about the state of the application).\n */\nexport interface OptionRow {\n /** The name of the option. */\n name: string;\n /** The value of the option. */\n value: string;\n /** `true` if the value should be synced across multiple instances (e.g. locale) or `false` if it should be local-only (e.g. theme). */\n isSynced: boolean;\n utcDateModified?: string;\n}\n\nexport interface EtapiTokenRow {\n etapiTokenId?: string;\n name: string;\n tokenHash: string;\n utcDateCreated?: string;\n utcDateModified?: string;\n isDeleted?: boolean;\n}\n\nexport interface BlobRow {\n blobId: string;\n content: string | Buffer;\n contentLength: number;\n dateModified: string;\n utcDateModified: string;\n}\n\nexport type AttributeType = \"label\" | \"relation\" | \"label-definition\" | \"relation-definition\";\n\nexport interface AttributeRow {\n attributeId?: string;\n noteId?: string;\n type: AttributeType;\n name: string;\n position?: number | null;\n value?: string;\n isInheritable?: boolean;\n utcDateModified?: string;\n}\n\nexport interface BranchRow {\n branchId?: string;\n noteId: string;\n parentNoteId: string;\n prefix?: string | null;\n notePosition?: number | null;\n isExpanded?: boolean;\n isDeleted?: boolean;\n utcDateModified?: string;\n}\n\n/**\n * There are many different Note types, some of which are entirely opaque to the\n * end user. Those types should be used only for checking against, they are\n * not for direct use.\n */\nexport const ALLOWED_NOTE_TYPES = [\n \"file\",\n \"image\",\n \"search\",\n \"noteMap\",\n \"launcher\",\n \"doc\",\n \"contentWidget\",\n \"text\",\n \"relationMap\",\n \"render\",\n \"canvas\",\n \"mermaid\",\n \"book\",\n \"webView\",\n \"code\",\n \"mindMap\",\n \"geoMap\"\n] as const;\nexport type NoteType = (typeof ALLOWED_NOTE_TYPES)[number];\n\nexport interface NoteRow {\n noteId: string;\n deleteId: string;\n title: string;\n type: NoteType;\n mime: string;\n isProtected: boolean;\n isDeleted: boolean;\n blobId: string;\n dateCreated: string;\n dateModified: string;\n utcDateCreated: string;\n utcDateModified: string;\n content?: string | Buffer;\n}\n\nexport interface NoteEmbeddingRow {\n embedId: string;\n noteId: string;\n providerId: string;\n modelId: string;\n dimension: number;\n embedding: Buffer;\n version: number;\n dateCreated: string;\n utcDateCreated: string;\n dateModified: string;\n utcDateModified: string;\n}\n"],"names":["ALLOWED_NOTE_TYPES"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA,yFAAyF;AACzF,wEAAwE;AAmGxE;;;;CAIC,GACD,OAAO,MAAMA,qBAAqB;IAC9B;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACH,CAAU"}
|
|
@ -1,55 +0,0 @@
|
|||||||
/**
|
|
||||||
* Reads the level of indentation of the first line and trims the identation for all the text by that amount.
|
|
||||||
*
|
|
||||||
* For example, for:
|
|
||||||
*
|
|
||||||
* ```json
|
|
||||||
* {
|
|
||||||
* "hello": "world"
|
|
||||||
* }
|
|
||||||
* ```
|
|
||||||
*
|
|
||||||
* it results in:
|
|
||||||
*
|
|
||||||
* ```json
|
|
||||||
* {
|
|
||||||
* "hello": "world"
|
|
||||||
* }
|
|
||||||
* ```
|
|
||||||
*
|
|
||||||
* This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes.
|
|
||||||
*
|
|
||||||
* @example const html = trimIndentation`\
|
|
||||||
* <h1>Heading 1</h1>
|
|
||||||
* <h2>Heading 2</h2>
|
|
||||||
* <h3>Heading 3</h3>
|
|
||||||
* <h4>Heading 4</h4>
|
|
||||||
* <h5>Heading 5</h5>
|
|
||||||
* <h6>Heading 6</h6>
|
|
||||||
* `;
|
|
||||||
* @param strings
|
|
||||||
* @returns
|
|
||||||
*/ export function trimIndentation(strings, ...values) {
|
|
||||||
// Combine the strings with the values using interpolation
|
|
||||||
let str = strings.reduce((acc, curr, index)=>{
|
|
||||||
return acc + curr + (values[index] !== undefined ? values[index] : '');
|
|
||||||
}, '');
|
|
||||||
// Count the number of spaces on the first line.
|
|
||||||
let numSpaces = 0;
|
|
||||||
while(str.charAt(numSpaces) == " " && numSpaces < str.length){
|
|
||||||
numSpaces++;
|
|
||||||
}
|
|
||||||
// Trim the indentation of the first line in all the lines.
|
|
||||||
const lines = str.split("\n");
|
|
||||||
const output = [];
|
|
||||||
for(let i = 0; i < lines.length; i++){
|
|
||||||
let numSpacesLine = 0;
|
|
||||||
while(str.charAt(numSpacesLine) == " " && numSpacesLine < str.length){
|
|
||||||
numSpacesLine++;
|
|
||||||
}
|
|
||||||
output.push(lines[i].substring(numSpacesLine));
|
|
||||||
}
|
|
||||||
return output.join("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
//# sourceMappingURL=test-utils.js.map
|
|
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["../../src/lib/test-utils.ts"],"sourcesContent":["/**\n * Reads the level of indentation of the first line and trims the identation for all the text by that amount.\n *\n * For example, for:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * it results in:\n *\n * ```json\n * {\n * \"hello\": \"world\"\n * }\n * ```\n *\n * This is meant to be used as a template string, where it allows the indentation of the template without affecting whitespace changes.\n *\n * @example const html = trimIndentation`\\\n * <h1>Heading 1</h1>\n * <h2>Heading 2</h2>\n * <h3>Heading 3</h3>\n * <h4>Heading 4</h4>\n * <h5>Heading 5</h5>\n * <h6>Heading 6</h6>\n * `;\n * @param strings\n * @returns\n */\nexport function trimIndentation(strings: TemplateStringsArray, ...values: any[]) {\n // Combine the strings with the values using interpolation\n let str = strings.reduce((acc, curr, index) => {\n return acc + curr + (values[index] !== undefined ? values[index] : '');\n }, '');\n\n // Count the number of spaces on the first line.\n let numSpaces = 0;\n while (str.charAt(numSpaces) == \" \" && numSpaces < str.length) {\n numSpaces++;\n }\n\n // Trim the indentation of the first line in all the lines.\n const lines = str.split(\"\\n\");\n const output = [];\n for (let i = 0; i < lines.length; i++) {\n let numSpacesLine = 0;\n while (str.charAt(numSpacesLine) == \" \" && numSpacesLine < str.length) {\n numSpacesLine++;\n }\n output.push(lines[i].substring(numSpacesLine));\n }\n return output.join(\"\\n\");\n}\n"],"names":["trimIndentation","strings","values","str","reduce","acc","curr","index","undefined","numSpaces","charAt","length","lines","split","output","i","numSpacesLine","push","substring","join"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BC,GACD,OAAO,SAASA,gBAAgBC,OAA6B,EAAE,GAAGC,MAAa;IAC3E,0DAA0D;IAC1D,IAAIC,MAAMF,QAAQG,MAAM,CAAC,CAACC,KAAKC,MAAMC;QACjC,OAAOF,MAAMC,OAAQJ,CAAAA,MAAM,CAACK,MAAM,KAAKC,YAAYN,MAAM,CAACK,MAAM,GAAG,EAAC;IACxE,GAAG;IAEH,gDAAgD;IAChD,IAAIE,YAAY;IAChB,MAAON,IAAIO,MAAM,CAACD,cAAc,OAAOA,YAAYN,IAAIQ,MAAM,CAAE;QAC3DF;IACJ;IAEA,2DAA2D;IAC3D,MAAMG,QAAQT,IAAIU,KAAK,CAAC;IACxB,MAAMC,SAAS,EAAE;IACjB,IAAK,IAAIC,IAAI,GAAGA,IAAIH,MAAMD,MAAM,EAAEI,IAAK;QACnC,IAAIC,gBAAgB;QACpB,MAAOb,IAAIO,MAAM,CAACM,kBAAkB,OAAOA,gBAAgBb,IAAIQ,MAAM,CAAE;YACnEK;QACJ;QACAF,OAAOG,IAAI,CAACL,KAAK,CAACG,EAAE,CAACG,SAAS,CAACF;IACnC;IACA,OAAOF,OAAOK,IAAI,CAAC;AACvB"}
|
|
@ -1 +0,0 @@
|
|||||||
{"version":"5.7.3"}
|
|
43
.nx/cache/run.json
vendored
43
.nx/cache/run.json
vendored
@ -1,43 +0,0 @@
|
|||||||
{
|
|
||||||
"run": {
|
|
||||||
"command": "nx build server",
|
|
||||||
"startTime": "2025-04-22T14:20:38.688Z",
|
|
||||||
"endTime": "2025-04-22T14:20:40.576Z",
|
|
||||||
"inner": false
|
|
||||||
},
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"taskId": "@triliumnext/commons:build",
|
|
||||||
"target": "build",
|
|
||||||
"projectName": "@triliumnext/commons",
|
|
||||||
"hash": "7031649633627448769",
|
|
||||||
"startTime": "2025-04-22T14:20:38.699Z",
|
|
||||||
"endTime": "2025-04-22T14:20:39.906Z",
|
|
||||||
"params": "",
|
|
||||||
"cacheStatus": "cache-miss",
|
|
||||||
"status": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"taskId": "@triliumnext/turndown-plugin-gfm:build",
|
|
||||||
"target": "build",
|
|
||||||
"projectName": "@triliumnext/turndown-plugin-gfm",
|
|
||||||
"hash": "11282923462096060321",
|
|
||||||
"startTime": "2025-04-22T14:20:38.699Z",
|
|
||||||
"endTime": "2025-04-22T14:20:39.952Z",
|
|
||||||
"params": "",
|
|
||||||
"cacheStatus": "cache-miss",
|
|
||||||
"status": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"taskId": "@triliumnext/server:build",
|
|
||||||
"target": "build",
|
|
||||||
"projectName": "@triliumnext/server",
|
|
||||||
"hash": "4392501429971405707",
|
|
||||||
"startTime": "2025-04-22T14:20:39.964Z",
|
|
||||||
"endTime": "2025-04-22T14:20:40.575Z",
|
|
||||||
"params": "",
|
|
||||||
"cacheStatus": "cache-miss",
|
|
||||||
"status": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
Compiling with SWC for @triliumnext/turndown-plugin-gfm...
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
|||||||
Compiling with SWC for @triliumnext/turndown-plugin-gfm...
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
|||||||
Compiling with SWC for @triliumnext/commons...
|
|
||||||
|
|
21
.nx/cache/terminalOutputs/304969377575151971
vendored
21
.nx/cache/terminalOutputs/304969377575151971
vendored
@ -1,21 +0,0 @@
|
|||||||
[2m> [22mvitest
|
|
||||||
|
|
||||||
[?25l
|
|
||||||
[1m[46m RUN [49m[22m [36mv3.1.2 [39m[90m/home/elian/Projects/TriliumNext/Notes/packages/commons[39m
|
|
||||||
|
|
||||||
[?2026h
|
|
||||||
[1m[33m ❯ [39m[22msrc/lib/test-utils.spec.ts[2m [queued][22m
|
|
||||||
|
|
||||||
[2m Test Files [22m[1m[32m0 passed[39m[22m[90m (1)[39m
|
|
||||||
[2m Tests [22m[1m[32m0 passed[39m[22m[90m (0)[39m
|
|
||||||
[2m Start at [22m15:06:30
|
|
||||||
[2m Duration [22m300ms
|
|
||||||
[?2026l[K[1A[K[1A[K[1A[K[1A[K[1A[K[1A[K[1A[K [32m✓[39m src/lib/test-utils.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 3[2mms[22m[39m
|
|
||||||
[32m✓[39m Utils[2m > [22mtrims indentation[32m 2[2mms[22m[39m
|
|
||||||
|
|
||||||
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
||||||
[2m Tests [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
||||||
[2m Start at [22m 15:06:30
|
|
||||||
[2m Duration [22m 365ms[2m (transform 48ms, setup 0ms, collect 31ms, tests 3ms, environment 0ms, prepare 100ms)[22m
|
|
||||||
|
|
||||||
[?25h
|
|
46
.nx/cache/terminalOutputs/4392501429971405707
vendored
46
.nx/cache/terminalOutputs/4392501429971405707
vendored
@ -1,46 +0,0 @@
|
|||||||
[2m> [22mwebpack-cli build --node-env=production
|
|
||||||
|
|
||||||
[webpack-cli] [31mError: Cannot find module 'ajv/dist/compile/codegen'
|
|
||||||
Require stack:
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/definitions/typeof.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/keywords/typeof.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/keywords/index.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/index.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/schema-utils/dist/validate.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/schema-utils/dist/index.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/copy-webpack-plugin/dist/index.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/@nx/webpack/src/plugins/nx-webpack-plugin/lib/apply-base-config.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/@nx/webpack/src/plugins/nx-webpack-plugin/nx-app-webpack-plugin.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/@nx/webpack/app-plugin.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/apps/server/webpack.config.cjs
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/webpack-cli/lib/webpack-cli.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/webpack-cli/lib/bootstrap.js
|
|
||||||
- /home/elian/Projects/TriliumNext/Notes/node_modules/webpack-cli/bin/cli.js
|
|
||||||
at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
|
|
||||||
at Function._load (node:internal/modules/cjs/loader:1055:27)
|
|
||||||
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
||||||
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
||||||
at Module.require (node:internal/modules/cjs/loader:1311:12)
|
|
||||||
at require (node:internal/modules/helpers:136:16)
|
|
||||||
at Object.<anonymous> (/home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/definitions/typeof.js:3:19)
|
|
||||||
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
||||||
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
||||||
at Module.load (node:internal/modules/cjs/loader:1289:32) {
|
|
||||||
code: 'MODULE_NOT_FOUND',
|
|
||||||
requireStack: [
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/definitions/typeof.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/keywords/typeof.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/keywords/index.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/ajv-keywords/dist/index.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/schema-utils/dist/validate.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/schema-utils/dist/index.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/copy-webpack-plugin/dist/index.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/@nx/webpack/src/plugins/nx-webpack-plugin/lib/apply-base-config.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/@nx/webpack/src/plugins/nx-webpack-plugin/nx-app-webpack-plugin.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/@nx/webpack/app-plugin.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/apps/server/webpack.config.cjs',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/webpack-cli/lib/webpack-cli.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/webpack-cli/lib/bootstrap.js',
|
|
||||||
'/home/elian/Projects/TriliumNext/Notes/node_modules/webpack-cli/bin/cli.js'
|
|
||||||
]
|
|
||||||
}[39m
|
|
@ -1,2 +0,0 @@
|
|||||||
Compiling with SWC for @triliumnext/turndown-plugin-gfm...
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
|||||||
Compiling with SWC for @triliumnext/commons...
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"processId": 1905732
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,647 +0,0 @@
|
|||||||
{
|
|
||||||
"16229678470974705206": {},
|
|
||||||
"4970943813007376036": {
|
|
||||||
"packages/commons": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"1743079586757184531": {},
|
|
||||||
"8425065836470397856": {
|
|
||||||
"packages/commons": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"16805661989031912905": {},
|
|
||||||
"9641909216406581511": {
|
|
||||||
"packages/commons": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"10247607291498964418": {},
|
|
||||||
"373634769702099074": {
|
|
||||||
"packages/turndown-plugin-gfm": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/turndown-plugin-gfm"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"14221541608191622200": {},
|
|
||||||
"17260986105460493071": {
|
|
||||||
"packages/turndown-plugin-gfm": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/turndown-plugin-gfm"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"6874505746025276775": {},
|
|
||||||
"9479442896631340904": {
|
|
||||||
"packages/turndown-plugin-gfm": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/turndown-plugin-gfm"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"15174523476100391336": {},
|
|
||||||
"11102925800252096922": {
|
|
||||||
"packages/turndown-plugin-gfm": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/turndown-plugin-gfm"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"16649883691249550177": {},
|
|
||||||
"9648230976117489289": {
|
|
||||||
"packages/turndown-plugin-gfm": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/turndown-plugin-gfm"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"1052553638334998452": {},
|
|
||||||
"3829001738606284542": {},
|
|
||||||
"16880944484164187069": {},
|
|
||||||
"14854670996815177606": {},
|
|
||||||
"11102029127173379308": {
|
|
||||||
"apps/server": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"13097364906395379160": {
|
|
||||||
"apps/server": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"11218667268180711239": {},
|
|
||||||
"15515751049355836315": {
|
|
||||||
"apps/server": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"5557606338589588129": {},
|
|
||||||
"3146687162059234397": {
|
|
||||||
"apps/server": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"18150630873143563891": {},
|
|
||||||
"11511921574547400961": {
|
|
||||||
"apps/server": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"11235679623152733539": {},
|
|
||||||
"9764826797200088656": {
|
|
||||||
"apps/server": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"7967132459110065866": {},
|
|
||||||
"11984459376190434330": {
|
|
||||||
"apps/server": {
|
|
||||||
"targets": {
|
|
||||||
"lint": {
|
|
||||||
"command": "eslint .",
|
|
||||||
"cache": true,
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server"
|
|
||||||
},
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^default",
|
|
||||||
"{workspaceRoot}/eslint.config.mjs",
|
|
||||||
"{projectRoot}/eslint.config.mjs",
|
|
||||||
"{workspaceRoot}/tools/eslint-rules/**/*",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"eslint"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{options.outputFile}"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"eslint"
|
|
||||||
],
|
|
||||||
"description": "Runs ESLint on project",
|
|
||||||
"help": {
|
|
||||||
"command": "npx eslint --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"max-warnings": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"284051547504069236": {},
|
|
||||||
"5459680711337805685": {},
|
|
||||||
"13775029493605444442": {}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
|||||||
15773920245629324736
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,956 +0,0 @@
|
|||||||
{
|
|
||||||
"apps/server": {
|
|
||||||
"root": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"projectType": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets": [
|
|
||||||
"apps/server/tsconfig.app.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.dependsOn": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.cache": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.inputs": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.outputs": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.syncGenerators": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.executor": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options.cwd": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options.command": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.technologies": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.technologies.0": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.description": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help.command": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help.example": [
|
|
||||||
"apps/server/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.lint": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.cache": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.inputs": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.outputs": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.executor": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options.cwd": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options.command": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.technologies": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.technologies.0": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.description": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help.command": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help.example": [
|
|
||||||
"apps/server/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.build": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.options": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.cache": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.dependsOn": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.inputs": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.outputs": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.metadata": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.syncGenerators": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.executor": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.options.cwd": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.options.args": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.options.command": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.metadata.technologies": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.metadata.technologies.0": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.metadata.description": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.metadata.help": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.metadata.help.command": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build.metadata.help.example": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.options": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.metadata": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.syncGenerators": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.executor": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.options.cwd": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.options.args": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.options.command": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.metadata.technologies": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.metadata.technologies.0": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.metadata.description": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.metadata.help": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.metadata.help.command": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.preview.metadata.help.example": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build-deps": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.build-deps.dependsOn": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.dependsOn": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.executor": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.options": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.options.command": [
|
|
||||||
"apps/server/webpack.config.cjs",
|
|
||||||
"@nx/webpack/plugin"
|
|
||||||
],
|
|
||||||
"name": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"tags.npm:private": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.targetGroups": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.packageName": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.isInPackageManagerWorkspaces": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.executor": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.defaultConfiguration": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.dependsOn": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.options": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.configurations": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.options.buildTarget": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.options.runBuildTargetDependencies": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.configurations.development": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.configurations.development.buildTarget": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.configurations.production": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.serve.configurations.production.buildTarget": [
|
|
||||||
"apps/server/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"packages/commons": {
|
|
||||||
"root": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"projectType": [
|
|
||||||
"packages/commons/tsconfig.spec.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets": [
|
|
||||||
"packages/commons/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.dependsOn": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.cache": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.inputs": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.outputs": [
|
|
||||||
"packages/commons/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.syncGenerators": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.executor": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options.cwd": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options.command": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.technologies": [
|
|
||||||
"packages/commons/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.technologies.0": [
|
|
||||||
"packages/commons/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.description": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help.command": [
|
|
||||||
"packages/commons/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help.example": [
|
|
||||||
"packages/commons/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.watch-deps": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.dependsOn": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.executor": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.options": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.options.command": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.cache": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.inputs": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.outputs": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.executor": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options.cwd": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options.command": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.technologies": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.technologies.0": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.description": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help.command": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help.example": [
|
|
||||||
"packages/commons/eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.test": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.options": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.cache": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.inputs": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.outputs": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.metadata": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.executor": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.options.cwd": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.options.command": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.metadata.technologies": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.metadata.technologies.0": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.metadata.description": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.metadata.help": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.metadata.help.command": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.test.metadata.help.example": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.technologies.1": [
|
|
||||||
"packages/commons/vite.config.ts",
|
|
||||||
"@nx/vite/plugin"
|
|
||||||
],
|
|
||||||
"name": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"sourceRoot": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"tags.npm:private": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.targetGroups": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.packageName": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.packageExports": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.packageMain": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.isInPackageManagerWorkspaces": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.executor": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.outputs": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.outputPath": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.main": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.tsConfig": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.skipTypeCheck": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.stripLeadingPaths": [
|
|
||||||
"packages/commons/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.cache": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.build.dependsOn": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.build.inputs": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.build.parallelism": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.test.dependsOn": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.test.parallelism": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"packages/turndown-plugin-gfm": {
|
|
||||||
"root": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"projectType": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.lib.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.dependsOn": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.cache": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.inputs": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.outputs": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.syncGenerators": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.executor": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options.cwd": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.options.command": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.technologies": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.technologies.0": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.description": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help.command": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.typecheck.metadata.help.example": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.watch-deps": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.lib.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.dependsOn": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.lib.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.executor": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.lib.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.options": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.lib.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.watch-deps.options.command": [
|
|
||||||
"packages/turndown-plugin-gfm/tsconfig.lib.json",
|
|
||||||
"@nx/js/typescript"
|
|
||||||
],
|
|
||||||
"targets.lint": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.cache": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.inputs": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.outputs": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.executor": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options.cwd": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.options.command": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.technologies": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.technologies.0": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.description": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help.command": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"targets.lint.metadata.help.example": [
|
|
||||||
"eslint.config.mjs",
|
|
||||||
"@nx/eslint/plugin"
|
|
||||||
],
|
|
||||||
"name": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"sourceRoot": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"tags.npm:private": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.targetGroups": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.packageName": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.packageExports": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.packageMain": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"metadata.js.isInPackageManagerWorkspaces": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.executor": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.outputs": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.outputPath": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.main": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.tsConfig": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.skipTypeCheck": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.options.stripLeadingPaths": [
|
|
||||||
"packages/turndown-plugin-gfm/package.json",
|
|
||||||
"nx/core/package-json"
|
|
||||||
],
|
|
||||||
"targets.build.cache": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.build.dependsOn": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.build.inputs": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
],
|
|
||||||
"targets.build.parallelism": [
|
|
||||||
"nx.json",
|
|
||||||
"nx/target-defaults"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"version":1,"data":{"_regroup/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"4035316250107280252"},"_regroup/tsconfig.webpack.json":{"data":{"options":{"outDir":"_regroup/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"6907118777807948892"},"_regroup_monorepo/apps/client/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"14767859997928425739"},"_regroup_monorepo/apps/desktop/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/desktop/build/src"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"13836985792475651782"},"_regroup_monorepo/apps/dump-db/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"13443438839210231598"},"_regroup_monorepo/apps/edit-docs/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/edit-docs/build/src"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"12225141163520618803"},"_regroup_monorepo/apps/server/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/apps/server/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"845305129518775256"},"_regroup_monorepo/packages/commons/tsconfig.json":{"data":{"options":{"outDir":"_regroup_monorepo/packages/commons/build"},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"6514291953471485556"},"tsconfig.base.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[]},"extendedFilesHash":"","hash":"8900268571896142108"},"tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/commons","originalPath":"./packages/commons"},{"path":"packages/turndown-plugin-gfm","originalPath":"./packages/turndown-plugin-gfm"},{"path":"apps/server","originalPath":"./apps/server"}]},"extendedFilesHash":"8900268571896142108|","hash":"16310354267596464911"},"packages/commons/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/commons/tsconfig.lib.json","originalPath":"./tsconfig.lib.json"},{"path":"packages/commons/tsconfig.spec.json","originalPath":"./tsconfig.spec.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"12834038490315927699"},"packages/commons/tsconfig.lib.json":{"data":{"options":{"rootDir":"packages/commons/src","outDir":"packages/commons/dist","tsBuildInfoFile":"packages/commons/dist/tsconfig.lib.tsbuildinfo"},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"6071029124077261918"},"packages/commons/tsconfig.spec.json":{"data":{"options":{"outDir":"packages/commons/out-tsc/vitest"},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/commons/tsconfig.lib.json","originalPath":"./tsconfig.lib.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"12757693314151657395"},"packages/turndown-plugin-gfm/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/turndown-plugin-gfm/tsconfig.lib.json","originalPath":"./tsconfig.lib.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"15856989918287211863"},"packages/turndown-plugin-gfm/tsconfig.lib.json":{"data":{"options":{"rootDir":"packages/turndown-plugin-gfm/src","outDir":"packages/turndown-plugin-gfm/dist","tsBuildInfoFile":"packages/turndown-plugin-gfm/dist/tsconfig.lib.tsbuildinfo"},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"3418659308031652674"},"apps/server/tsconfig.app.json":{"data":{"options":{"rootDir":"apps/server/src","outDir":"apps/server/dist","tsBuildInfoFile":"apps/server/dist/tsconfig.app.tsbuildinfo"},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/turndown-plugin-gfm/tsconfig.lib.json","originalPath":"../../packages/turndown-plugin-gfm/tsconfig.lib.json"},{"path":"packages/commons/tsconfig.lib.json","originalPath":"../../packages/commons/tsconfig.lib.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"3694477791020167376"},"apps/server/tsconfig.json":{"data":{"options":{},"raw":{"nx":{}},"extendedConfigFiles":[{"filePath":"tsconfig.base.json"}],"projectReferences":[{"path":"packages/turndown-plugin-gfm","originalPath":"../../packages/turndown-plugin-gfm"},{"path":"packages/commons","originalPath":"../../packages/commons"},{"path":"apps/server/tsconfig.app.json","originalPath":"./tsconfig.app.json"}]},"extendedFilesHash":"8900268571896142108|","hash":"5761948780426366458"}}}
|
|
@ -1,812 +0,0 @@
|
|||||||
{
|
|
||||||
"15881646843349715899packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"5599795979456303503packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"2742294943103602198packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"12162266653434004147packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"15591099481998249919packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"7236500214833037099packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"430956368856284591packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"2565236826186505184packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
},
|
|
||||||
"17978826188511034385packages/commons/vite.config.ts": {
|
|
||||||
"targets": {
|
|
||||||
"test": {
|
|
||||||
"command": "vitest",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"default",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"vitest"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "CI"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{projectRoot}/test-output/vitest/coverage"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"vite"
|
|
||||||
],
|
|
||||||
"description": "Run Vite tests",
|
|
||||||
"help": {
|
|
||||||
"command": "npx vitest --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"bail": 1,
|
|
||||||
"coverage": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"typecheck": {
|
|
||||||
"cache": true,
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"command": "tsc --build --emitDeclarationOnly",
|
|
||||||
"options": {
|
|
||||||
"cwd": "packages/commons"
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"description": "Runs type-checking for the project.",
|
|
||||||
"technologies": [
|
|
||||||
"typescript"
|
|
||||||
],
|
|
||||||
"help": {
|
|
||||||
"command": "npx tsc --build --help",
|
|
||||||
"example": {
|
|
||||||
"args": [
|
|
||||||
"--force"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": [
|
|
||||||
"^typecheck"
|
|
||||||
],
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/commons --includeDependentProjects -- npx nx build-deps @triliumnext/commons"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"projectType": "application"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,266 +0,0 @@
|
|||||||
{
|
|
||||||
"4292219826307574011": {
|
|
||||||
"targets": {
|
|
||||||
"build": {
|
|
||||||
"command": "webpack-cli build",
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server",
|
|
||||||
"args": [
|
|
||||||
"--node-env=production"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
],
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"webpack-cli"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{workspaceRoot}/apps/server/dist"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"webpack"
|
|
||||||
],
|
|
||||||
"description": "Runs Webpack build",
|
|
||||||
"help": {
|
|
||||||
"command": "npx webpack-cli build --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"json": "stats.json"
|
|
||||||
},
|
|
||||||
"args": [
|
|
||||||
"--profile"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"serve": {
|
|
||||||
"command": "webpack-cli serve",
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server",
|
|
||||||
"args": [
|
|
||||||
"--node-env=development"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"webpack"
|
|
||||||
],
|
|
||||||
"description": "Starts Webpack dev server",
|
|
||||||
"help": {
|
|
||||||
"command": "npx webpack-cli serve --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"args": [
|
|
||||||
"--client-progress",
|
|
||||||
"--history-api-fallback "
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"preview": {
|
|
||||||
"command": "webpack-cli serve",
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server",
|
|
||||||
"args": [
|
|
||||||
"--node-env=production"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"webpack"
|
|
||||||
],
|
|
||||||
"description": "Starts Webpack dev server in production mode",
|
|
||||||
"help": {
|
|
||||||
"command": "npx webpack-cli serve --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"args": [
|
|
||||||
"--client-progress",
|
|
||||||
"--history-api-fallback "
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"serve-static": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build"
|
|
||||||
],
|
|
||||||
"executor": "@nx/web:file-server",
|
|
||||||
"options": {
|
|
||||||
"buildTarget": "build",
|
|
||||||
"spa": true
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/server --includeDependentProjects -- npx nx build-deps @triliumnext/server"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {}
|
|
||||||
},
|
|
||||||
"5623873423254742817": {
|
|
||||||
"targets": {
|
|
||||||
"build": {
|
|
||||||
"command": "webpack-cli build",
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server",
|
|
||||||
"args": [
|
|
||||||
"--node-env=production"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"cache": true,
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
],
|
|
||||||
"inputs": [
|
|
||||||
"production",
|
|
||||||
"^production",
|
|
||||||
{
|
|
||||||
"externalDependencies": [
|
|
||||||
"webpack-cli"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"{workspaceRoot}/apps/server/dist"
|
|
||||||
],
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"webpack"
|
|
||||||
],
|
|
||||||
"description": "Runs Webpack build",
|
|
||||||
"help": {
|
|
||||||
"command": "npx webpack-cli build --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"json": "stats.json"
|
|
||||||
},
|
|
||||||
"args": [
|
|
||||||
"--profile"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"serve": {
|
|
||||||
"command": "webpack-cli serve",
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server",
|
|
||||||
"args": [
|
|
||||||
"--node-env=development"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"webpack"
|
|
||||||
],
|
|
||||||
"description": "Starts Webpack dev server",
|
|
||||||
"help": {
|
|
||||||
"command": "npx webpack-cli serve --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"args": [
|
|
||||||
"--client-progress",
|
|
||||||
"--history-api-fallback "
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"preview": {
|
|
||||||
"command": "webpack-cli serve",
|
|
||||||
"options": {
|
|
||||||
"cwd": "apps/server",
|
|
||||||
"args": [
|
|
||||||
"--node-env=production"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"technologies": [
|
|
||||||
"webpack"
|
|
||||||
],
|
|
||||||
"description": "Starts Webpack dev server in production mode",
|
|
||||||
"help": {
|
|
||||||
"command": "npx webpack-cli serve --help",
|
|
||||||
"example": {
|
|
||||||
"options": {
|
|
||||||
"args": [
|
|
||||||
"--client-progress",
|
|
||||||
"--history-api-fallback "
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"serve-static": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build"
|
|
||||||
],
|
|
||||||
"executor": "@nx/web:file-server",
|
|
||||||
"options": {
|
|
||||||
"buildTarget": "build",
|
|
||||||
"spa": true
|
|
||||||
},
|
|
||||||
"syncGenerators": [
|
|
||||||
"@nx/js:typescript-sync"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"build-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"watch-deps": {
|
|
||||||
"dependsOn": [
|
|
||||||
"build-deps"
|
|
||||||
],
|
|
||||||
"command": "npx nx watch --projects @triliumnext/server --includeDependentProjects -- npx nx build-deps @triliumnext/server"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user