fix: add column, line, and method check to integrity check (#25094)

This commit is contained in:
Ryan Manuel
2022-12-12 14:42:46 -06:00
committed by GitHub
parent 2062670f5c
commit 8888cd9e21
8 changed files with 195 additions and 13 deletions

View File

@@ -17,6 +17,8 @@ const getBinaryEntryPointSource = async () => {
bundle: true,
platform: 'node',
write: false,
minify: true,
treeShaking: true,
})
return esbuildResult.outputFiles[0].text