Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 18 Jun 13:53
· 150 commits to master since this release
  • support custom module resolution
  • support mixed mode of common-js and ES6 ("require" and "import" together)
  • support "export X from Y" syntax of ES6 without importing X first
  • fix handle tsx files when detectiveOption is empty
  • bug fix - packages on d.ts files were not recognized
  • lock stylable version since the new version no longer support node 6
  • fix issue with load package dependencies when main file not in the root of the package