@ts-morph/common
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -1,2 +0,2 @@ | ||
import * as ts from "./typescript"; | ||
import { ts } from "./typescript"; | ||
@@ -1065,3 +1065,18 @@ export interface CompilerOptionsFromTsConfigOptions { | ||
import { CompilerOptions, DiagnosticCategory, EditorSettings, EmitHint, LanguageVariant, ModuleKind, ModuleResolutionKind, NewLineKind, NodeFlags, ObjectFlags, ScriptKind, ScriptTarget, SymbolFlags, SyntaxKind, TypeFlags, TypeFormatFlags } from "./typescript"; | ||
export { ts, CompilerOptions, DiagnosticCategory, EditorSettings, EmitHint, LanguageVariant, ModuleKind, ModuleResolutionKind, NewLineKind, NodeFlags, ObjectFlags, ScriptKind, ScriptTarget, SymbolFlags, SyntaxKind, TypeFlags, TypeFormatFlags }; | ||
export import CompilerOptions = ts.CompilerOptions; | ||
export import DiagnosticCategory = ts.DiagnosticCategory; | ||
export import EditorSettings = ts.EditorSettings; | ||
export import EmitHint = ts.EmitHint; | ||
export import LanguageVariant = ts.LanguageVariant; | ||
export import ModuleKind = ts.ModuleKind; | ||
export import ModuleResolutionKind = ts.ModuleResolutionKind; | ||
export import NewLineKind = ts.NewLineKind; | ||
export import NodeFlags = ts.NodeFlags; | ||
export import ObjectFlags = ts.ObjectFlags; | ||
export import ScriptKind = ts.ScriptKind; | ||
export import ScriptTarget = ts.ScriptTarget; | ||
export import SymbolFlags = ts.SymbolFlags; | ||
export import SyntaxKind = ts.SyntaxKind; | ||
export import TypeFlags = ts.TypeFlags; | ||
export import TypeFormatFlags = ts.TypeFormatFlags; | ||
export { ts }; |
{ | ||
"name": "@ts-morph/common", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "Common functionality for ts-morph packages.", | ||
@@ -11,3 +11,3 @@ "main": "dist/ts-morph-common.js", | ||
"scripts": { | ||
"build": "npm run build:declarations && npm run build:node && npm run build:deno", | ||
"build": "npm run build:declarations && npm run build:node", | ||
"build:node": "rimraf dist && npm run createLibFile && npm run rollup && deno run -A scripts/bundleLocalTs.ts", | ||
@@ -24,3 +24,3 @@ "build:deno": "rimraf ../../deno/common && rimraf dist-deno && npm run rollup -- --environment BUILD:deno && npm run build:declarations && deno run -A scripts/buildDeno.ts", | ||
"fast-glob": "^3.3.2", | ||
"minimatch": "^9.0.3", | ||
"minimatch": "^9.0.4", | ||
"mkdirp": "^3.0.1", | ||
@@ -31,13 +31,13 @@ "path-browserify": "^1.0.1" | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/chai": "^4.3.12", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.25", | ||
"@types/chai": "^4.3.16", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.8", | ||
"chai": "^4.3.10", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^10.3.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "=4.12.1", | ||
"mocha": "^10.4.0", | ||
"rimraf": "^5.0.7", | ||
"rollup": "=4.18.0", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.2", | ||
"typescript": "5.4.2" | ||
"tslib": "^2.6.3", | ||
"typescript": "5.5.2" | ||
}, | ||
@@ -44,0 +44,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
11393287
22647
Updatedminimatch@^9.0.4