source-code-editor
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,2 +0,2 @@ | ||
import { generateGraphVizConfig, } from "./graphviz"; | ||
import { generateGraphVizConfig, } from "./graphviz.js"; | ||
const MAX_UNIQUE_COLORS = 50; | ||
@@ -3,0 +3,0 @@ export function createDependencyGraph() { |
@@ -1,4 +0,4 @@ | ||
export * from "./files"; | ||
export * from "./dependency"; | ||
export * from "./graphviz"; | ||
export * from "./rsync"; | ||
export * from "./files.js"; | ||
export * from "./dependency.js"; | ||
export * from "./graphviz.js"; | ||
export * from "./rsync.js"; |
import fs from "node:fs"; | ||
import path from "node:path"; | ||
import { listAllFiles } from "./files"; | ||
import { listAllFiles } from "./files.js"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Mimicks the functionality of rsync using node (cross platform) |
{ | ||
"name": "source-code-editor", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A collection of useful functions for manipulating files containing source code", | ||
@@ -5,0 +5,0 @@ "repository": { |
# source-code-editor | ||
A collection of useful functions for programmatically manipulating text files including source code files | ||
[See Wiki for details](https://github.com/tobes31415/source-code-editor/wiki) |
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
39662
5