mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
chore(monorepo): remove dist
This commit is contained in:
2
packages/turndown-plugin-gfm/dist/index.d.ts
vendored
2
packages/turndown-plugin-gfm/dist/index.d.ts
vendored
@@ -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"}
|
||||
Reference in New Issue
Block a user