- add babel plugins for class fields and private fields
npx babel ./sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs > ./sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs
- change
delete xcvPart.get(typeName)
todelete xcvPart[typeName])
Error: Invalid delete operand. Only properties can be deleted. - Replace
import.meta.url
withModule['url']
https://github.com/tiensonqin/sqlite-wasm/commit/e581a09bc2648b7e69bfbee25bbb27188c696580 Error: This code cannot be converted from ES6. import.meta. Use --chunk_output_type=ES_MODULES to allow passthrough support.