Bit Javascript Versions Save

A javascript driver for bit

v2.1.5

4 years ago

Bug fixes

  • #2231 update typescript to support optional chaining

v2.1.4

4 years ago
  • #2140 support import { x as y } syntax

v2.1.3

4 years ago

Bug fixes

  • #2079 fix error when Yarn workspaces uses nohoist
  • #2072 upgrade module-definition package to support React fragments

Internal

  • move from flow to typescript

v2.1.2

4 years ago
  • avoid recognizing any require/import starts with . as a custom-resolve-module on Windows

v2.1.1

4 years ago
  • remove angular dependencies. use typescript compiler to parse Angular Decorators
  • #1925 fix Angular non-relative paths from decorators

v2.1.0

4 years ago
  • propagate from component root dir backwards to find tsconfig.json for Angular projects
  • #1779 resolve first according to the custom-resolve settings and fallback to the standard resolver
  • fix dependency resolution of . and .. to not be identified as custom-resolved used.
  • add rxjs package
  • support angular components (experimental)

v2.0.11

4 years ago
  • #1708 support require with apostrophes

v2.0.10

4 years ago
  • #1690 fix error "Cannot read property 'find' of undefined" with typescript files

v2.0.9

4 years ago
  • #1665 fix resolve-modules prefix with tilda

v2.0.8

4 years ago
  • add support with optionalChaining and nullishCoalescingOperator plugins (by updating node-source-walk)