You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:IsaacScript/isaacscript.git
cd isaacscript
git checkout 939662fcb5d5efc37a80b2cf8e5f7f4e23986c9e
yarn
cd packages/eslint-plugin-isaacscript
npm run build
# The build will succeed.
# Now, we change "tsconfck.parseNative" to "tsconfck.parse".
sed --in-place 's/tsconfck\.parseNative/tsconfck.parse/g' ../isaacscript-common-node/src/functions/scriptHelpers.ts
npm run build
# The build fails.