dart-native / codegen

Generator for dart_native bindings. Codegen can transform native SDK to Flutter plugin.
BSD 3-Clause "New" or "Revised" License
79 stars 3 forks source link

SyntaxError: The requested module 'antlr4' does not provide an export named 'tree' #47

Open auugkuu17 opened 11 months ago

auugkuu17 commented 11 months ago

`$ codegen -h file:///opt/homebrew/lib/node_modules/@dartnative/codegen/lib/objc/DNObjectiveCConverter.js:1 import { InputStream, CommonTokenStream, tree as _tree } from 'antlr4' ^^^^ SyntaxError: The requested module 'antlr4' does not provide an export named 'tree' at ModuleJob._instantiate (node:internal/modules/esm/module_job:122:21) at async ModuleJob.run (node:internal/modules/esm/module_job:188:5)

Node.js v20.1.0`

auugkuu17 commented 11 months ago

ANTLR Parser Generator Version 4.13.0

yulingtianxia commented 11 months ago

可能是 antlr 版本比较高,可以试试 4.9.1