haxiomic / dts2hx

Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API
MIT License
134 stars 9 forks source link

Some class was wrong name 'Default' #94

Open sonygod opened 3 years ago

sonygod commented 3 years ago

Some class was wrong name 'Default'

npm install @ethereumjs/tx

path ethereumjs-common\1,5,2\ethereumjs_common\**Default.hx** was wrong , should be Common.hx

typescript

export default class Common extends EventEmitter {