You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npx -p @kintone/dts-gen@8 kintone-dts-gen --app-id 12 --type-name 'App取引先Fields'
Invalid type-name option!
The namespace and type-name convention:
- Starts with a letter (`a-z` or `A-Z`), underscore (`_`), or dollar sign (`$`).
- Can be followed by any alphanumeric, underscores, or dollar signs.
Target Package
@kintone/dts-gen
Why
Supported in version 5, but error in version 8.
This pull request is the reason. ref. #2137
The ECMAScript specification allows Japanese for identifiers.
https://262.ecma-international.org/14.0/index.html#prod-IdentifierName
What
Could you change this regex to the following?
js-sdk/packages/dts-gen/src/validators/args.ts
Line 27 in 8e058e5
The text was updated successfully, but these errors were encountered: