Commit ff7d02f
Introduce Environments extension (teambit#2682)
* introduce Environment extension (examples of environments are react/angular/node etc) to provide an easy way to combine all environment's tasks and services.
* introduce React Environment extension
* introduce Jest tester
* implement envs services/context
* integrate Jest tester with React environment
* change typescript compile to be extendible by other components.
* integrate Typescript compiler with React environment
* running composer with components
* adjusted eslint to work with react
* docs and compositions
* change compiler extension to work as part of an "environment"
* introduce Releaser extension to manage the processes running onTag,
* implement typescript programmatic API for project-references
* fix typescript types collision between Mocha and Jest
* change compiler-ext to use the newly introduce "task" to run on release
* refactor compile-ext, removed lots of old code
Co-authored-by: Ran Mizrahi <[email protected]>
Co-authored-by: Gilad Shoham <[email protected]>
Co-authored-by: David First <[email protected]>1 parent afa9ee9 commit ff7d02f
File tree
130 files changed
+31857
-8099
lines changed- custom-types
- jest
- mocha
- testing-library__jest-dom
- e2e
- commands
- harmony
- src
- component-resolver
- consumer/config
- extensions
- bit
- compile
- component-resolver
- component
- composer
- compositions
- core
- docs
- environments
- components
- env-console
- context
- runtime
- services
- extension-env
- flows/task
- graph
- insights/all-insights
- jest
- pack
- react
- assets
- browser
- jest
- preview
- typescript
- releases
- scope
- tester
- utils
- test
- typescript
- watch
- workspace
- scope
- component-ops
- repositories
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
130 files changed
+31857
-8099
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Whitespace-only changes.
0 commit comments