@typescript/twoslash
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -1,9 +0,9 @@ | ||
declare type LZ = typeof import("lz-string"); | ||
declare type TS = typeof import("typescript"); | ||
declare type CompilerOptions = import("typescript").CompilerOptions; | ||
declare type CustomTransformers = import("typescript").CustomTransformers; | ||
type LZ = typeof import("lz-string"); | ||
type TS = typeof import("typescript"); | ||
type CompilerOptions = import("typescript").CompilerOptions; | ||
type CustomTransformers = import("typescript").CustomTransformers; | ||
declare module "typescript" { | ||
type Option = { | ||
name: string; | ||
type: "list" | "boolean" | "number" | "string" | import("typescript").Map<any>; | ||
type: "list" | "boolean" | "number" | "string" | Map<string, any>; | ||
element?: Option; | ||
@@ -10,0 +10,0 @@ }; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ import { createSystem, createFSBackedSystem, createVirtualTypeScriptEnvironment } from '@typescript/vfs'; |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ export declare function escapeHtml(text: string): string; |
@@ -0,0 +0,0 @@ /** To ensure that errors are matched up right */ |
{ | ||
"name": "@typescript/twoslash", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "author": "TypeScript team", | ||
"readme": "yarn md-magic README.md --config ./scripts/inline-results.js && yarn prettier README.md --write", | ||
"test": "tsdx test", | ||
"test": "jest", | ||
"lint": "tsdx lint" | ||
@@ -36,5 +36,7 @@ }, | ||
"husky": "^4.2.3", | ||
"jest": "^29.5.0", | ||
"jest-file-snapshot": "^0.3.8", | ||
"markdown-magic": "^1.0.0", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^29.0.5", | ||
"tsdx": "^0.14.1", | ||
@@ -45,2 +47,3 @@ "tslib": "^1.10.0", | ||
"jest": { | ||
"preset": "ts-jest", | ||
"watchPathIgnorePatterns": [ | ||
@@ -56,6 +59,10 @@ "test/results" | ||
"dependencies": { | ||
"@types/lz-string": "^1.3.0", | ||
"@typescript/vfs": "1.4.0", | ||
"debug": "^4.1.1", | ||
"lz-string": "^1.4.4" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "*" | ||
} | ||
} |
@@ -373,3 +373,3 @@ # TypeScript TwoSlash | ||
#### `cuts_out_unneccessary_code.ts` | ||
#### `cuts_out_unnecessary_code.ts` | ||
@@ -376,0 +376,0 @@ ```ts |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
353006
5
12
14
+ Added@types/lz-string@^1.3.0
+ Added@types/lz-string@1.5.0(transitive)
+ Addedtypescript@5.6.3(transitive)