Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: TS 1214 occured #43

Open
Himenon opened this issue Apr 9, 2021 · 0 comments
Open

Bug: TS 1214 occured #43

Himenon opened this issue Apr 9, 2021 · 0 comments
Labels
Resolution: Wontfix This will not be worked on

Comments

@Himenon
Copy link
Owner

Himenon commented Apr 9, 2021

Steps To Reproduce

components:
  schemas:
    package: // reserved word
      type: object
      properties:
        id:
          type: number

The current behavior

TS Error

A software package

Identifier expected. 'package' is a reserved word in strict mode. Modules are automatically in strict mode.ts(1214)

The expected behavior

@Himenon Himenon added Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Resolution: Wontfix This will not be worked on and removed Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant