@tinymce/moxiedoc
Advanced tools
Comparing version 0.3.0-feature.20220825072305240.shaf09cf00 to 0.3.0-feature.20220825073010157.sha2150cd3
@@ -1,3 +0,3 @@ | ||
import { ExportStructure } from 'src/lib/exporter'; | ||
import { Api } from '../../lib/api'; | ||
import { ExportStructure } from '../../lib/exporter'; | ||
/** | ||
@@ -4,0 +4,0 @@ * [function description] |
@@ -5,2 +5,3 @@ "use strict"; | ||
const moxie_zip_1 = require("moxie-zip"); | ||
const Reporter = require("../../lib/reporter"); | ||
const AntoraTemplate = require("./antora.converter"); | ||
@@ -109,2 +110,3 @@ const Util = require("./util"); | ||
const addPageToArchive = function (page) { | ||
Reporter.info('Adding file to zip:', page.filename); | ||
this.addData(page.filename, page.content); | ||
@@ -111,0 +113,0 @@ }; |
{ | ||
"name": "@tinymce/moxiedoc", | ||
"version": "0.3.0-feature.20220825072305240.shaf09cf00", | ||
"version": "0.3.0-feature.20220825073010157.sha2150cd3", | ||
"description": "A tool for generating API documentation", | ||
@@ -5,0 +5,0 @@ "author": "Tiny Technologies, Inc", |
import { ZipWriter } from 'moxie-zip'; | ||
import { ExportStructure } from 'src/lib/exporter'; | ||
import { Api } from '../../lib/api'; | ||
import { ExportStructure } from '../../lib/exporter'; | ||
import * as Reporter from '../../lib/reporter'; | ||
import { Type } from '../../lib/type'; | ||
@@ -123,2 +124,3 @@ import * as AntoraTemplate from './antora.converter'; | ||
const addPageToArchive = function (this: ZipWriter, page: PageOutput) { | ||
Reporter.info('Adding file to zip:', page.filename); | ||
this.addData(page.filename, page.content); | ||
@@ -125,0 +127,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
367611
6956