File tree 3 files changed +82
-64
lines changed
3 files changed +82
-64
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pyscript/core" ,
3
- "version" : " 0.6.7 " ,
3
+ "version" : " 0.6.10 " ,
4
4
"type" : " module" ,
5
5
"description" : " PyScript" ,
6
6
"module" : " ./index.js" ,
63
63
"add-promise-listener" : " ^0.1.3" ,
64
64
"basic-devtools" : " ^0.1.6" ,
65
65
"polyscript" : " ^0.16.3" ,
66
- "sabayon" : " ^0.5.2 " ,
66
+ "sabayon" : " ^0.6.0 " ,
67
67
"sticky-module" : " ^0.1.1" ,
68
68
"to-json-callback" : " ^0.1.1" ,
69
69
"type-checked-collections" : " ^0.1.7"
70
70
},
71
71
"devDependencies" : {
72
- "@codemirror/commands" : " ^6.7.0 " ,
72
+ "@codemirror/commands" : " ^6.7.1 " ,
73
73
"@codemirror/lang-python" : " ^6.1.6" ,
74
74
"@codemirror/language" : " ^6.10.3" ,
75
75
"@codemirror/state" : " ^6.4.1" ,
81
81
"@webreflection/toml-j0.4" : " ^1.1.3" ,
82
82
"@xterm/addon-fit" : " ^0.10.0" ,
83
83
"@xterm/addon-web-links" : " ^0.11.0" ,
84
- "bun" : " ^1.1.30 " ,
84
+ "bun" : " ^1.1.33 " ,
85
85
"chokidar" : " ^4.0.1" ,
86
86
"codedent" : " ^0.1.2" ,
87
87
"codemirror" : " ^6.0.1" ,
88
- "eslint" : " ^9.12 .0" ,
88
+ "eslint" : " ^9.13 .0" ,
89
89
"flatted" : " ^3.3.1" ,
90
90
"rollup" : " ^4.24.0" ,
91
91
"rollup-plugin-postcss" : " ^4.0.2" ,
Original file line number Diff line number Diff line change 1
1
// PyScript Error Plugin
2
2
import { buffered } from "polyscript/exports" ;
3
- import { hooks } from "../core.js" ;
3
+ const { hooks } = await import ( /* webpackIgnore: true */ "../core.js" ) ;
4
4
5
5
let dontBotherDOM = false ;
6
6
export function notOnDOM ( ) {
You can’t perform that action at this time.
0 commit comments