source-code-editor
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -54,2 +54,6 @@ /// <reference types="node" /> | ||
name: string; | ||
/** | ||
* The file's extension | ||
*/ | ||
extension: string; | ||
/*** | ||
@@ -56,0 +60,0 @@ * The full name of the node's parent |
@@ -190,2 +190,3 @@ import fs from "node:fs"; | ||
name, | ||
extension: path.extname(name), | ||
parent, | ||
@@ -192,0 +193,0 @@ fullName, |
{ | ||
"name": "source-code-editor", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A collection of useful functions for manipulating files containing source code", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
39768
1015