@ts-morph/bootstrap
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -402,3 +402,3 @@ 'use strict'; | ||
getCanonicalFileName: fileName => fileName, | ||
getNewLine: () => opts.newLineChar || require("os").EOL, | ||
getNewLine: () => opts.newLineChar || common.runtime.getEndOfLine(), | ||
}); | ||
@@ -433,2 +433,8 @@ } | ||
}); | ||
Object.defineProperty(exports, 'ResolutionHosts', { | ||
enumerable: true, | ||
get: function () { | ||
return common.ResolutionHosts; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'SettingsContainer', { | ||
@@ -435,0 +441,0 @@ enumerable: true, |
@@ -139,2 +139,7 @@ import { ts } from "@ts-morph/common"; | ||
/** Collection of reusable resolution hosts. */ | ||
export declare const ResolutionHosts: { | ||
deno: ResolutionHostFactory; | ||
}; | ||
export declare abstract class SettingsContainer<T extends object> { | ||
@@ -141,0 +146,0 @@ protected _settings: T; |
{ | ||
"name": "@ts-morph/bootstrap", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "API for getting quickly set up with the TypeScript Compiler API.", | ||
@@ -12,3 +12,5 @@ "keywords": ["typescript", "compiler", "bootstrap"], | ||
"scripts": { | ||
"build": "rimraf dist && yarn rollup && yarn build:declarations", | ||
"build": "yarn build:declarations && yarn build:node && yarn build:deno", | ||
"build:node": "rimraf dist && yarn rollup", | ||
"build:deno": "rimraf dist-deno && yarn rollup --environment BUILD:deno && ts-node scripts/buildDeno.ts", | ||
"build:declarations": "ts-node --compiler ttypescript --project scripts/tsconfig.json --transpile-only scripts/buildDeclarations.ts", | ||
@@ -19,6 +21,6 @@ "test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha", | ||
"test:ts-versions": "ts-node --transpile-only scripts/test/testTypeScriptVersions", | ||
"rollup": "rollup --config" | ||
"rollup": "rollup -c" | ||
}, | ||
"dependencies": { | ||
"@ts-morph/common": "~0.8.0" | ||
"@ts-morph/common": "~0.9.0" | ||
}, | ||
@@ -40,3 +42,3 @@ "devDependencies": { | ||
"ttypescript": "^1.5.12", | ||
"typescript": "~4.1.3" | ||
"typescript": "~4.2.2" | ||
}, | ||
@@ -43,0 +45,0 @@ "publishConfig": { |
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
68380
6
1226
+ Added@ts-morph/common@0.9.2(transitive)
+ Addedpath-browserify@1.0.1(transitive)
- Removed@dsherret/to-absolute-glob@2.0.2(transitive)
- Removed@ts-morph/common@0.8.1(transitive)
- Removed@types/minimatch@3.0.5(transitive)
- Removedarray-differ@3.0.0(transitive)
- Removedarray-union@2.1.0(transitive)
- Removedarrify@2.0.1(transitive)
- Removedis-absolute@1.0.0(transitive)
- Removedis-negated-glob@1.0.0(transitive)
- Removedis-relative@1.0.0(transitive)
- Removedis-unc-path@1.0.0(transitive)
- Removedis-windows@1.0.2(transitive)
- Removedmultimatch@5.0.0(transitive)
- Removedunc-path-regex@0.1.2(transitive)
Updated@ts-morph/common@~0.9.0