A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
30 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tsconfig.json | 21 | "target": "ES2021", /* Set the JavaScript language version for emitted JavaScript and |
| LOW | tsconfig.json | 41 | "types": ["node"], /* Specify type package names to be included without being refere |
| LOW | tsconfig.json | 61 | // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in y |
| LOW | tsconfig.json | 81 | // "declarationDir": "./types/", /* Specify the output directory for generated declaration f |
| LOW | tsconfig.json | 101 | // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */ |
| LOW | test/TemplatePassthroughTest.js | 261 | "_site", |
| LOW | test/Issue3808Test.js | 21 | |
| LOW | test/Issue3808Test.js | 41 | // } |
| LOW | .github/workflows/codeql.yml | 1 | # For most projects, this workflow file will not need changing; you simply need |
| LOW | .github/workflows/codeql.yml | 61 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2 |
| LOW | .github/workflows/scorecard.yml | 41 | with: |
| LOW | .github/workflows/scorecard.yml | 61 | # - name: "Upload artifact" |
| LOW | src/Util/Require.js | 141 | |
| LOW | src/Util/importer.core.js | 21 | throw new Error("Could not find content for module: " + JSON.stringify(modInfo)); |
| LOW | src/Engines/JavaScript.js | 201 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | test/TemplateLayoutTest.js | 10 | async function getTemplateLayoutInstance(key, inputDir, map) { |
| LOW | test/TemplateTest_Permalink.js | 19 | async function getTemplateMapEntriesWithContent(template, data) { |
| LOW | test/_testHelpers.js | 13 | export async function getTemplateConfigInstance(configObj, dirs, configObjOverride = undefined) { |
| LOW | test/_testHelpers.js | 43 | export async function getTemplateConfigInstanceCustomCallback(dirObject, configCallback) { |
| LOW | test/_testHelpers.js | 57 | export function getTemplateWriterInstance(formats, templateConfig) { |
| LOW | src/Eleventy.js | 616 | export function EleventyServerlessBundlerPlugin() { |
| LOW | src/Util/Require.js | 73 | async function dynamicImportAbsolutePath(absolutePath, options = {}) { |
| LOW | src/Util/RequireUtils.js | 23 | export function requireCommonJsTypeScript(filePath) { |
| LOW | src/Util/RequireUtils.core.js | 12 | export function requireCommonJsTypeScript() { |
| LOW | src/Util/ImportJsonSync.js | 43 | function getWorkingProjectPackageJsonPath() { |
| LOW | src/Util/ImportJsonSync.js | 48 | function getWorkingProjectPackageJson() { |
| LOW | src/Plugins/IdAttributePlugin.js | 41 | function idAttributePosthtmlPlugin(pluginOptions = {}) { |
| LOW | src/Plugins/PreserveClosingTagsPlugin.js | 3 | export function PreserveClosingTagsPlugin(eleventyConfig, options = {}) { |
| LOW | src/Plugins/PreserveClosingTagsPlugin.js | 21 | function preserveClosingTagsPlugin(pluginOptions = {}) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .github/workflows/codeql.yml | 57 | # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how |