Skip to content

Fixes the example mod to run using modern IsaacScript versions. - #1

Merged
Zamiell merged 6 commits into
IsaacScript:mainfrom
elliottcarlson:update-and-fix-example-mod
Jul 24, 2025
Merged

Fixes the example mod to run using modern IsaacScript versions.#1
Zamiell merged 6 commits into
IsaacScript:mainfrom
elliottcarlson:update-and-fix-example-mod

Conversation

@elliottcarlson

Copy link
Copy Markdown
Contributor

Changes

  • Removed yarn.lock to resolve the error caused by having both yarn.lock and package-lock.json. (Multiple different kinds of package manager lock files were found ("package-lock.json" & "yarn.lock"). You should delete the ones that you are not using so that this program can correctly detect your package manager.)
  • Updated tsconfig.json:
    • Fixed extends and luaPlugins paths.
    • Corrected luaBundle and luaBundleEntry fields.
  • Added standard src/bundleEntry.ts.
  • Refactored src/main.ts to use a main function.
elliottcarlson and others added 5 commits July 24, 2025 05:29
Removed yarn.lock to resolve a package manager conflict with package-lock.json.
Updated tsconfig.json for correct extends/luaPlugins paths and fixed luaBundle
and luaBundleEntry fields. Added src/bundleEntry.ts and refactored main.ts to
use a main function.
@Zamiell

Zamiell commented Jul 24, 2025

Copy link
Copy Markdown
Member

i think some files were missing in this PR so I will just re-init a project and copy over the edits

@Zamiell

Zamiell commented Jul 24, 2025

Copy link
Copy Markdown
Member

yeah that found a bunch more changes, but nonetheless thanks for brining this to my attention, it was very badly out of date

@Zamiell
Zamiell merged commit d71490e into IsaacScript:main Jul 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants