\n \n\n \n \n\n\n\t\n\t\n\n\tSvelte app\n\n\t\n\t\n\t\n\n\t\n\n\n\n \n\n\n\t\n\t\n\n\tSvelte app\n\n\t\n\t\n\t\n\n\t\n\n\n\n \n\n\n\t\n\t\n\n\tSvelte app\n\n\t\n\t\n\t\n\n\t\n\n\n\n \n\n \n \n \n \n \n \n \n \n Marvel",
"tokens": 0,
"firstFile": {
"name": "packages/games/mc/src/index.html",
"start": 7,
"end": 12,
"startLoc": {
"line": 7,
"column": 17,
"position": 79
},
"endLoc": {
"line": 12,
"column": 7,
"position": 171
}
},
"secondFile": {
"name": "packages/games/roguelike/src/index.html",
"start": 7,
"end": 12,
"startLoc": {
"line": 7,
"column": 16,
"position": 79
},
"endLoc": {
"line": 12,
"column": 10,
"position": 171
}
}
},
{
"format": "typescript",
"lines": 6,
"fragment": "return this.entities.set(entity.getId(), entity);\n }\n\n public removeEntity(entity: Entity): Map {\n if (this.entities.has(entity.getId())) {\n this.scheduler",
"tokens": 0,
"firstFile": {
"name": "packages/games/engine/src/world.ts",
"start": 42,
"end": 47,
"startLoc": {
"line": 42,
"column": 9,
"position": 431
},
"endLoc": {
"line": 47,
"column": 10,
"position": 499
}
},
"secondFile": {
"name": "packages/patterns/ecs/src/world.ts",
"start": 41,
"end": 46,
"startLoc": {
"line": 41,
"column": 9,
"position": 352
},
"endLoc": {
"line": 46,
"column": 9,
"position": 420
}
}
},
{
"format": "javascript",
"lines": 84,
"fragment": "import svelte from \"rollup-plugin-svelte\";\nimport commonjs from \"@rollup/plugin-commonjs\";\nimport resolve from \"@rollup/plugin-node-resolve\";\nimport livereload from \"rollup-plugin-livereload\";\nimport { terser } from \"rollup-plugin-terser\";\nimport sveltePreprocess from \"svelte-preprocess\";\nimport typescript from \"@rollup/plugin-typescript\";\nimport css from \"rollup-plugin-css-only\";\n\nconst production = !process.env.ROLLUP_WATCH;\n\nfunction serve() {\n let server;\n\n function toExit() {\n if (server) server.kill(0);\n }\n\n return {\n writeBundle() {\n if (server) return;\n server = require(\"child_process\").spawn(\"npm\", [\"run\", \"start\", \"--\", \"--dev\"], {\n stdio: [\"ignore\", \"inherit\", \"inherit\"],\n shell: true,\n });\n\n process.on(\"SIGTERM\", toExit);\n process.on(\"exit\", toExit);\n },\n };\n}\n\nexport default {\n input: \"src/main.ts\",\n output: {\n sourcemap: true,\n format: \"iife\",\n name: \"app\",\n file: \"public/build/bundle.js\",\n },\n plugins: [\n svelte({\n preprocess: sveltePreprocess({ sourceMap: !production }),\n compilerOptions: {\n // enable run-time checks when not in production\n dev: !production,\n customElement: true,\n },\n }),\n // we'll extract any component CSS out into\n // a separate file - better for performance\n css({ output: \"bundle.css\" }),\n\n // If you have external dependencies installed from\n // npm, you'll most likely need these plugins. In\n // some cases you'll need additional configuration -\n // consult the documentation for details:\n // https://github.com/rollup/plugins/tree/master/packages/commonjs\n resolve({\n browser: true,\n dedupe: [\"svelte\"],\n }),\n commonjs(),\n typescript({\n sourceMap: !production,\n inlineSources: !production,\n }),\n\n // In dev mode, call `npm run start` once\n // the bundle has been generated\n !production && serve(),\n\n // Watch the `public` directory and refresh the\n // browser on changes when not in production\n !production && livereload(\"public\"),\n\n // If we're building for production (npm run build\n // instead of npm run dev), minify\n production && terser(),\n ],\n watch: {\n clearScreen: false,\n },\n};",
"tokens": 0,
"firstFile": {
"name": "packages/ui/table/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
},
"secondFile": {
"name": "packages/ui/tabs/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
}
},
{
"format": "json",
"lines": 25,
"fragment": "},\n \"scripts\": {\n \"build\": \"rollup -c\",\n \"dev\": \"rollup -c -w\",\n \"start\": \"sirv public --no-clear\",\n \"check\": \"svelte-check --tsconfig ./tsconfig.json\"\n },\n \"devDependencies\": {\n \"@rollup/plugin-commonjs\": \"21.0.1\",\n \"@rollup/plugin-node-resolve\": \"13.1.3\",\n \"@rollup/plugin-typescript\": \"8.3.0\",\n \"@tsconfig/svelte\": \"3.0.0\",\n \"rollup-plugin-css-only\": \"3.1.0\",\n \"rollup-plugin-livereload\": \"2.0.5\",\n \"rollup-plugin-svelte\": \"7.1.0\",\n \"rollup-plugin-terser\": \"7.0.2\",\n \"svelte\": \"3.44.3\",\n \"svelte-check\": \"2.2.11\",\n \"svelte-preprocess\": \"4.10.1\",\n \"tslib\": \"2.3.1\"\n },\n \"dependencies\": {\n \"sirv-cli\": \"2.0.1\"\n }\n}",
"tokens": 0,
"firstFile": {
"name": "packages/ui/table/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
},
"secondFile": {
"name": "packages/ui/tabs/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
}
},
{
"format": "javascript",
"lines": 84,
"fragment": "import svelte from \"rollup-plugin-svelte\";\nimport commonjs from \"@rollup/plugin-commonjs\";\nimport resolve from \"@rollup/plugin-node-resolve\";\nimport livereload from \"rollup-plugin-livereload\";\nimport { terser } from \"rollup-plugin-terser\";\nimport sveltePreprocess from \"svelte-preprocess\";\nimport typescript from \"@rollup/plugin-typescript\";\nimport css from \"rollup-plugin-css-only\";\n\nconst production = !process.env.ROLLUP_WATCH;\n\nfunction serve() {\n let server;\n\n function toExit() {\n if (server) server.kill(0);\n }\n\n return {\n writeBundle() {\n if (server) return;\n server = require(\"child_process\").spawn(\"npm\", [\"run\", \"start\", \"--\", \"--dev\"], {\n stdio: [\"ignore\", \"inherit\", \"inherit\"],\n shell: true,\n });\n\n process.on(\"SIGTERM\", toExit);\n process.on(\"exit\", toExit);\n },\n };\n}\n\nexport default {\n input: \"src/main.ts\",\n output: {\n sourcemap: true,\n format: \"iife\",\n name: \"app\",\n file: \"public/build/bundle.js\",\n },\n plugins: [\n svelte({\n preprocess: sveltePreprocess({ sourceMap: !production }),\n compilerOptions: {\n // enable run-time checks when not in production\n dev: !production,\n customElement: true,\n },\n }),\n // we'll extract any component CSS out into\n // a separate file - better for performance\n css({ output: \"bundle.css\" }),\n\n // If you have external dependencies installed from\n // npm, you'll most likely need these plugins. In\n // some cases you'll need additional configuration -\n // consult the documentation for details:\n // https://github.com/rollup/plugins/tree/master/packages/commonjs\n resolve({\n browser: true,\n dedupe: [\"svelte\"],\n }),\n commonjs(),\n typescript({\n sourceMap: !production,\n inlineSources: !production,\n }),\n\n // In dev mode, call `npm run start` once\n // the bundle has been generated\n !production && serve(),\n\n // Watch the `public` directory and refresh the\n // browser on changes when not in production\n !production && livereload(\"public\"),\n\n // If we're building for production (npm run build\n // instead of npm run dev), minify\n production && terser(),\n ],\n watch: {\n clearScreen: false,\n },\n};",
"tokens": 0,
"firstFile": {
"name": "packages/ui/progress/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
},
"secondFile": {
"name": "packages/ui/tabs/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
}
},
{
"format": "javascript",
"lines": 84,
"fragment": "import svelte from \"rollup-plugin-svelte\";\nimport commonjs from \"@rollup/plugin-commonjs\";\nimport resolve from \"@rollup/plugin-node-resolve\";\nimport livereload from \"rollup-plugin-livereload\";\nimport { terser } from \"rollup-plugin-terser\";\nimport sveltePreprocess from \"svelte-preprocess\";\nimport typescript from \"@rollup/plugin-typescript\";\nimport css from \"rollup-plugin-css-only\";\n\nconst production = !process.env.ROLLUP_WATCH;\n\nfunction serve() {\n let server;\n\n function toExit() {\n if (server) server.kill(0);\n }\n\n return {\n writeBundle() {\n if (server) return;\n server = require(\"child_process\").spawn(\"npm\", [\"run\", \"start\", \"--\", \"--dev\"], {\n stdio: [\"ignore\", \"inherit\", \"inherit\"],\n shell: true,\n });\n\n process.on(\"SIGTERM\", toExit);\n process.on(\"exit\", toExit);\n },\n };\n}\n\nexport default {\n input: \"src/main.ts\",\n output: {\n sourcemap: true,\n format: \"iife\",\n name: \"app\",\n file: \"public/build/bundle.js\",\n },\n plugins: [\n svelte({\n preprocess: sveltePreprocess({ sourceMap: !production }),\n compilerOptions: {\n // enable run-time checks when not in production\n dev: !production,\n customElement: true,\n },\n }),\n // we'll extract any component CSS out into\n // a separate file - better for performance\n css({ output: \"bundle.css\" }),\n\n // If you have external dependencies installed from\n // npm, you'll most likely need these plugins. In\n // some cases you'll need additional configuration -\n // consult the documentation for details:\n // https://github.com/rollup/plugins/tree/master/packages/commonjs\n resolve({\n browser: true,\n dedupe: [\"svelte\"],\n }),\n commonjs(),\n typescript({\n sourceMap: !production,\n inlineSources: !production,\n }),\n\n // In dev mode, call `npm run start` once\n // the bundle has been generated\n !production && serve(),\n\n // Watch the `public` directory and refresh the\n // browser on changes when not in production\n !production && livereload(\"public\"),\n\n // If we're building for production (npm run build\n // instead of npm run dev), minify\n production && terser(),\n ],\n watch: {\n clearScreen: false,\n },\n};",
"tokens": 0,
"firstFile": {
"name": "packages/ui/placeholder-loader/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
},
"secondFile": {
"name": "packages/ui/tabs/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
}
},
{
"format": "json",
"lines": 25,
"fragment": "},\n \"scripts\": {\n \"build\": \"rollup -c\",\n \"dev\": \"rollup -c -w\",\n \"start\": \"sirv public --no-clear\",\n \"check\": \"svelte-check --tsconfig ./tsconfig.json\"\n },\n \"devDependencies\": {\n \"@rollup/plugin-commonjs\": \"21.0.1\",\n \"@rollup/plugin-node-resolve\": \"13.1.3\",\n \"@rollup/plugin-typescript\": \"8.3.0\",\n \"@tsconfig/svelte\": \"3.0.0\",\n \"rollup-plugin-css-only\": \"3.1.0\",\n \"rollup-plugin-livereload\": \"2.0.5\",\n \"rollup-plugin-svelte\": \"7.1.0\",\n \"rollup-plugin-terser\": \"7.0.2\",\n \"svelte\": \"3.44.3\",\n \"svelte-check\": \"2.2.11\",\n \"svelte-preprocess\": \"4.10.1\",\n \"tslib\": \"2.3.1\"\n },\n \"dependencies\": {\n \"sirv-cli\": \"2.0.1\"\n }\n}",
"tokens": 0,
"firstFile": {
"name": "packages/ui/placeholder-loader/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
},
"secondFile": {
"name": "packages/ui/tabs/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
}
},
{
"format": "javascript",
"lines": 84,
"fragment": "import svelte from \"rollup-plugin-svelte\";\nimport commonjs from \"@rollup/plugin-commonjs\";\nimport resolve from \"@rollup/plugin-node-resolve\";\nimport livereload from \"rollup-plugin-livereload\";\nimport { terser } from \"rollup-plugin-terser\";\nimport sveltePreprocess from \"svelte-preprocess\";\nimport typescript from \"@rollup/plugin-typescript\";\nimport css from \"rollup-plugin-css-only\";\n\nconst production = !process.env.ROLLUP_WATCH;\n\nfunction serve() {\n let server;\n\n function toExit() {\n if (server) server.kill(0);\n }\n\n return {\n writeBundle() {\n if (server) return;\n server = require(\"child_process\").spawn(\"npm\", [\"run\", \"start\", \"--\", \"--dev\"], {\n stdio: [\"ignore\", \"inherit\", \"inherit\"],\n shell: true,\n });\n\n process.on(\"SIGTERM\", toExit);\n process.on(\"exit\", toExit);\n },\n };\n}\n\nexport default {\n input: \"src/main.ts\",\n output: {\n sourcemap: true,\n format: \"iife\",\n name: \"app\",\n file: \"public/build/bundle.js\",\n },\n plugins: [\n svelte({\n preprocess: sveltePreprocess({ sourceMap: !production }),\n compilerOptions: {\n // enable run-time checks when not in production\n dev: !production,\n customElement: true,\n },\n }),\n // we'll extract any component CSS out into\n // a separate file - better for performance\n css({ output: \"bundle.css\" }),\n\n // If you have external dependencies installed from\n // npm, you'll most likely need these plugins. In\n // some cases you'll need additional configuration -\n // consult the documentation for details:\n // https://github.com/rollup/plugins/tree/master/packages/commonjs\n resolve({\n browser: true,\n dedupe: [\"svelte\"],\n }),\n commonjs(),\n typescript({\n sourceMap: !production,\n inlineSources: !production,\n }),\n\n // In dev mode, call `npm run start` once\n // the bundle has been generated\n !production && serve(),\n\n // Watch the `public` directory and refresh the\n // browser on changes when not in production\n !production && livereload(\"public\"),\n\n // If we're building for production (npm run build\n // instead of npm run dev), minify\n production && terser(),\n ],\n watch: {\n clearScreen: false,\n },\n};",
"tokens": 0,
"firstFile": {
"name": "packages/ui/leaderboard/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
},
"secondFile": {
"name": "packages/ui/tabs/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
}
},
{
"format": "json",
"lines": 25,
"fragment": "},\n \"scripts\": {\n \"build\": \"rollup -c\",\n \"dev\": \"rollup -c -w\",\n \"start\": \"sirv public --no-clear\",\n \"check\": \"svelte-check --tsconfig ./tsconfig.json\"\n },\n \"devDependencies\": {\n \"@rollup/plugin-commonjs\": \"21.0.1\",\n \"@rollup/plugin-node-resolve\": \"13.1.3\",\n \"@rollup/plugin-typescript\": \"8.3.0\",\n \"@tsconfig/svelte\": \"3.0.0\",\n \"rollup-plugin-css-only\": \"3.1.0\",\n \"rollup-plugin-livereload\": \"2.0.5\",\n \"rollup-plugin-svelte\": \"7.1.0\",\n \"rollup-plugin-terser\": \"7.0.2\",\n \"svelte\": \"3.44.3\",\n \"svelte-check\": \"2.2.11\",\n \"svelte-preprocess\": \"4.10.1\",\n \"tslib\": \"2.3.1\"\n },\n \"dependencies\": {\n \"sirv-cli\": \"2.0.1\"\n }\n}",
"tokens": 0,
"firstFile": {
"name": "packages/ui/leaderboard/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
},
"secondFile": {
"name": "packages/ui/tabs/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
}
},
{
"format": "javascript",
"lines": 84,
"fragment": "import svelte from \"rollup-plugin-svelte\";\nimport commonjs from \"@rollup/plugin-commonjs\";\nimport resolve from \"@rollup/plugin-node-resolve\";\nimport livereload from \"rollup-plugin-livereload\";\nimport { terser } from \"rollup-plugin-terser\";\nimport sveltePreprocess from \"svelte-preprocess\";\nimport typescript from \"@rollup/plugin-typescript\";\nimport css from \"rollup-plugin-css-only\";\n\nconst production = !process.env.ROLLUP_WATCH;\n\nfunction serve() {\n let server;\n\n function toExit() {\n if (server) server.kill(0);\n }\n\n return {\n writeBundle() {\n if (server) return;\n server = require(\"child_process\").spawn(\"npm\", [\"run\", \"start\", \"--\", \"--dev\"], {\n stdio: [\"ignore\", \"inherit\", \"inherit\"],\n shell: true,\n });\n\n process.on(\"SIGTERM\", toExit);\n process.on(\"exit\", toExit);\n },\n };\n}\n\nexport default {\n input: \"src/main.ts\",\n output: {\n sourcemap: true,\n format: \"iife\",\n name: \"app\",\n file: \"public/build/bundle.js\",\n },\n plugins: [\n svelte({\n preprocess: sveltePreprocess({ sourceMap: !production }),\n compilerOptions: {\n // enable run-time checks when not in production\n dev: !production,\n customElement: true,\n },\n }),\n // we'll extract any component CSS out into\n // a separate file - better for performance\n css({ output: \"bundle.css\" }),\n\n // If you have external dependencies installed from\n // npm, you'll most likely need these plugins. In\n // some cases you'll need additional configuration -\n // consult the documentation for details:\n // https://github.com/rollup/plugins/tree/master/packages/commonjs\n resolve({\n browser: true,\n dedupe: [\"svelte\"],\n }),\n commonjs(),\n typescript({\n sourceMap: !production,\n inlineSources: !production,\n }),\n\n // In dev mode, call `npm run start` once\n // the bundle has been generated\n !production && serve(),\n\n // Watch the `public` directory and refresh the\n // browser on changes when not in production\n !production && livereload(\"public\"),\n\n // If we're building for production (npm run build\n // instead of npm run dev), minify\n production && terser(),\n ],\n watch: {\n clearScreen: false,\n },\n};",
"tokens": 0,
"firstFile": {
"name": "packages/ui/collapse/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
},
"secondFile": {
"name": "packages/ui/tabs/rollup.config.js",
"start": 1,
"end": 84,
"startLoc": {
"line": 1,
"column": 1,
"position": 0
},
"endLoc": {
"line": 84,
"column": 2,
"position": 534
}
}
},
{
"format": "json",
"lines": 25,
"fragment": "},\n \"scripts\": {\n \"build\": \"rollup -c\",\n \"dev\": \"rollup -c -w\",\n \"start\": \"sirv public --no-clear\",\n \"check\": \"svelte-check --tsconfig ./tsconfig.json\"\n },\n \"devDependencies\": {\n \"@rollup/plugin-commonjs\": \"21.0.1\",\n \"@rollup/plugin-node-resolve\": \"13.1.3\",\n \"@rollup/plugin-typescript\": \"8.3.0\",\n \"@tsconfig/svelte\": \"3.0.0\",\n \"rollup-plugin-css-only\": \"3.1.0\",\n \"rollup-plugin-livereload\": \"2.0.5\",\n \"rollup-plugin-svelte\": \"7.1.0\",\n \"rollup-plugin-terser\": \"7.0.2\",\n \"svelte\": \"3.44.3\",\n \"svelte-check\": \"2.2.11\",\n \"svelte-preprocess\": \"4.10.1\",\n \"tslib\": \"2.3.1\"\n },\n \"dependencies\": {\n \"sirv-cli\": \"2.0.1\"\n }\n}",
"tokens": 0,
"firstFile": {
"name": "packages/ui/collapse/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
},
"secondFile": {
"name": "packages/ui/tabs/package.json",
"start": 11,
"end": 35,
"startLoc": {
"line": 11,
"column": 5,
"position": 64
},
"endLoc": {
"line": 35,
"column": 2,
"position": 212
}
}
}
]
};
// -->