@milkdown/ctx
Advanced tools
Comparing version 7.3.6 to 7.4.0
{ | ||
"name": "@milkdown/ctx", | ||
"type": "module", | ||
"version": "7.3.6", | ||
"version": "7.4.0", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"tslib": "^2.5.0", | ||
"@milkdown/exception": "7.3.6" | ||
"@milkdown/exception": "7.4.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "nx": { |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { describe, expect, it } from 'vitest' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { contextNotFound } from '@milkdown/exception' | ||
@@ -3,0 +2,0 @@ |
@@ -1,3 +0,2 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
export * from './container' | ||
export * from './slice' |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { describe, expect, it, vi } from 'vitest' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { ctxCallOutOfScope } from '@milkdown/exception' | ||
@@ -3,0 +2,0 @@ import type { SliceMap } from './container' |
@@ -1,3 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
export * from './context' | ||
@@ -4,0 +2,0 @@ export * from './plugin' |
@@ -1,3 +0,2 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
export * from './meta' | ||
export * from './inspector' |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import type { Container, SliceType } from '../context' | ||
@@ -3,0 +2,0 @@ import type { Clock, TimerStatus, TimerType } from '../timer' |
@@ -1,3 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
/// The metadata of the plugin. | ||
@@ -4,0 +2,0 @@ export interface Meta { |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { describe, expect, it } from 'vitest' | ||
@@ -3,0 +2,0 @@ import { Container, createSlice } from '../context' |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import type { Container, Slice, SliceType } from '../context' | ||
@@ -3,0 +2,0 @@ import type { Clock, TimerType } from '../timer' |
@@ -1,3 +0,2 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
export * from './ctx' | ||
export * from './types' |
@@ -1,3 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import type { Meta } from '../inspector' | ||
@@ -4,0 +2,0 @@ import type { Ctx } from './ctx' |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { describe, expect, it } from 'vitest' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { timerNotFound } from '@milkdown/exception' | ||
@@ -3,0 +2,0 @@ |
@@ -1,3 +0,2 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
export * from './clock' | ||
export * from './timer' |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import { describe, expect, it } from 'vitest' | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
/* Copyright 2021, Milkdown by Mirone. */ | ||
import type { TimerMap } from './clock' | ||
@@ -3,0 +2,0 @@ |
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
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
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
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
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
75312
1150
+ Added@milkdown/exception@7.4.0(transitive)
- Removed@milkdown/exception@7.3.6(transitive)
Updated@milkdown/exception@7.4.0