Closed YSHIDM closed 2 months ago
nodejs version: v22.4.0 acorn version: "^8.12.1"
Error message complains about something on line 25, but you only showed the first 2 lines in your sample.
source code is ts file
Error message complains about something on line 25, but you only showed the first 2 lines in your sample.
code:
@Configuration({ // line 25
imports: [
koa,
bull,
bullBoard,
redis,
socketio,
// sequelize,
cache,
jwt,
info,
crossDomain,
// rabbitmq,
upload,
orm,
ws,
],
importConfigs: [join(__dirname, './config')],
})
Acorn does not parse decorators (they are not yet a stable part of the language).
Acorn does not parse decorators (they are not yet a stable part of the language).
yes, it's typescript
my code:
source code:
error message: