teambit / envs

Component development environments for the Bit community
https://bit.dev/bit/envs
Other
64 stars 9 forks source link

Typescript@Next version #30

Closed qballer closed 4 years ago

qballer commented 4 years ago

Description

There are currently several issues with the typescript compiler which need to be addressed. This is a mixture of new features.

  1. Current TSC errors should be designed better.
  2. Bit fails to detect test value (cc:#23)
  3. Bit should monitor and use errors
  4. ad-hoc types experience needs to be addressed.
  5. Make users easily reason about the configuration the compiler use.
  6. Generate types instead of using type dependency.

Describe the solution you'd like

  1. Should use bit's unified experience for now.
  2. Needs to add testing to make sure there is a valid test entry on the correct vinyl.
  3. Create an error in bit which be send automatically to the bit error sever. Make sure to filter non official envs.
  4. this requires more investigation.
  5. Auto generate the default config via script every time the component is exported.
qballer commented 4 years ago

24 Should be resolved.

qballer commented 4 years ago

Fixed by 3.1.1