Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsdoc-type-pratt-parser

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-type-pratt-parser - npm Package Versions

1
6

1.0.8

Diff

Changelog

Source

1.0.8 (2021-06-02)

Reverts

  • fix: test release (50e219c)
jsdoc-type-pratt-parser
published 1.0.7 •

Changelog

Source

1.0.7 (2021-06-02)

Bug Fixes

jsdoc-type-pratt-parser
published 1.0.6 •

Changelog

Source

1.0.6 (2021-06-02)

Bug Fixes

simonseyock
published 1.0.4 •

Changelog

Source

1.0.4 (2021-06-02)

Bug Fixes

  • confine extended Unicode escapes to 0x10FFFF (937bcfb)
  • support Unicode escape sequences for identifiers (edb18a0)
simonseyock
published 1.0.3 •

Changelog

Source

1.0.3 (2021-06-01)

Bug Fixes

  • Precedence for key value pairs in objects (ebde3ca), closes #63
simonseyock
published 1.0.2 •

Changelog

Source

1.0.2 (2021-05-31)

Bug Fixes

  • Make NumberResult terminal (9dc78b5)
  • Name paths have properties not names on the right side. (34c85a7)
simonseyock
published 1.0.1 •

Changelog

Source

1.0.1 (2021-05-31)

Bug Fixes

  • liberalize ID start and continue values as per Unicode (keeping hyphen as part of continue) (67f0929)
simonseyock
published 1.0.0 •

Changelog

Source

1.0.0 (2021-05-30)

Bug Fixes

  • tsconfig.json no lib (6df24dc)
  • gh-pages: set author (a28b3dd)
  • gh-pages: use actor (74256b1)
  • gh-pages: whitespace (16e97c4)
  • github actions: rename test workflow (d70f819)
  • pages: fix deploy script (1e04ebb)
  • pages: move deployment to release.yaml (748c18a)
  • readme: performance text (824bdad)
  • readme: test badge pointing to correct workflow (dacfe87)
  • readme: use npm links to alpha channel (cf13883)

Features

  • function is of type JsdocTypeName now. (225c337)
  • add module grammar, add parallel grammar (2fe4fd7)
  • add not nullable to base grammar (7d0910f)
  • Keys of KEY_VALUE are now static values and no ParseResults. (c2bfa24)
  • make types eslint friendly (497cd59)
  • meta brackets change (4bbc137)
  • meta position change (f85ce88)
  • meta quotes changed (3faf6c1)
  • Parser exposes infixParse and accepts Lexer (415b7c9)
  • path type change (7601ce5)
  • remove reservedWord meta (d73d64d)
  • removed submodules (dc87398)
  • SpecialNamePathParslet switches to other grammar. Allow module: in typescript and closure. (25edc18)
  • use KEY_VALUE for typed record entries (80fd550)

BREAKING CHANGES

  • Names no longer have the meta property reservedWord
  • pathType property uses 'instance', 'inner' and 'property' now
  • brackets property uses 'square' and 'angle' now
  • position property is lowercase. example: 'suffix'
  • For meta properties use 'single' and 'double' instead of ''' and '"'
  • All types are now prefixed with JsdocType and are made CamelCase
  • JSDOC_OBJECT_KEY_VALUE is now KEY_VALUE.
  • key left was removed from KEY_VALUE and is replaced by value. For the special record entries of jsdoc mode a new type JSDOC_OBJECT_KEY_VALUE was introduced.
simonseyock
published 1.0.0-alpha.24 •

Changelog

Source

1.0.0-alpha.24 (2021-05-29)

Bug Fixes

Features

  • function is of type JsdocTypeName now. (225c337)
  • add module grammar, add parallel grammar (2fe4fd7)
  • add not nullable to base grammar (7d0910f)
  • Parser exposes infixParse and accepts Lexer (415b7c9)
  • SpecialNamePathParslet switches to other grammar. Allow module: in typescript and closure. (25edc18)
simonseyock
published 1.0.0-alpha.23 •

Changelog

Source

1.0.0-alpha.23 (2021-05-24)

Features

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc