generated from Himenon/template-js
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 16
 
Open
Labels
Resolution: WontfixThis will not be worked onThis will not be worked on
Description
Steps To Reproduce
components:
  schemas:
    package: // reserved word
      type: object
      properties:
        id:
          type: numberThe 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
Metadata
Metadata
Assignees
Labels
Resolution: WontfixThis will not be worked onThis will not be worked on