Skip to content

Commit

Permalink
move fake marked type packages to missing from unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Aug 14, 2023
1 parent 31b4a9b commit 33eaef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildutils/src/ensure-repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const MISSING: Dict<string[]> = {
'@jupyterlab/buildutils': ['assert', 'fs', 'path', 'webpack'],
'@jupyterlab/builder': ['path'],
'@jupyterlab/galata': ['fs', 'path', '@jupyterlab/galata'],
'@jupyterlab/markedparser-extension': ['Tokens', 'MarkedOptions'],
'@jupyterlab/testing': ['fs', 'path'],
'@jupyterlab/vega5-extension': ['vega-embed']
};
Expand Down

0 comments on commit 33eaef3

Please sign in to comment.