Commit b4ea435
authored
Remove built-in Babel support
This updates code and tests to remove built-in Babel support. In the
future, it needs to be opted in to, and @ava/babel needs to be installed
besides AVA itself.
Our tests have become quite muddled, and some of them require Babel to
still be enabled, but that's all OK for now.
* Remove outdated JSPM recipe
* Update documentation to reflect the removal of built-in Babel
* Move responsibility for power-assert to @ava/babel1 parent 4953457 commit b4ea435
File tree
227 files changed
+812
-2321
lines changed- docs
- recipes
- lib
- worker
- test
- fixture
- ava-paths/target
- babel-config
- babelrc-js
- babelrc
- caching
- concurrency
- correct-sources-in-source-map
- test/path-to/the
- environment-variables
- eslint-plugin-helper
- extensions
- fail-fast
- crash
- multiple-files
- single-file
- timeout
- without-error
- ignored-dirs
- helpers
- improper-t-throws
- invalid-extensions
- babel-duplicates
- top-level-duplicates
- just-enhancement-compilation
- custom-extension
- long-stack-trace
- no-babel-compilation
- no-babel-config
- node-assertions
- parallel-runs
- pkg-conf
- fail-without-assertions
- resolve-dir
- dir-a-wrapper/dir-a
- dir-a
- precompile-helpers/test
- helpers
- report
- edge-cases
- failfast2
- failfast
- only
- regular
- timeoutinmultiplefiles
- timeoutinsinglefile
- timeoutwithmatch
- watch
- require-compiled-helper
- test
- reset-cache
- snapshots
- __tests__-dir/__tests__
- test-content/tests
- test-dir/test
- test-snapshot-location/src
- feature
- nested-feature
- test-sourcemaps
- build
- feature/__tests__
- test
- src
- feature/__tests__
- test
- tests-dir/tests
- watcher-rerun
- stalled-tests
- subdir
- nested
- symlinkdir
- trigger-worker-exception
- ts-node
- tty
- watcher
- custom-extensions
- ignored-files
- tap-in-conf
- with-custom-ext-dependencies
- with-dependencies
- with-dependencies
- helper
- integration
- reporters
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
227 files changed
+812
-2321
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | 35 | | |
38 | | - | |
39 | 36 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 37 | + | |
| 38 | + | |
48 | 39 | | |
49 | 40 | | |
50 | 41 | | |
| |||
53 | 44 | | |
54 | 45 | | |
55 | 46 | | |
56 | | - | |
57 | | - | |
| 47 | + | |
| 48 | + | |
58 | 49 | | |
59 | 50 | | |
60 | 51 | | |
| |||
64 | 55 | | |
65 | 56 | | |
66 | 57 | | |
67 | | - | |
68 | | - | |
| 58 | + | |
69 | 59 | | |
70 | | - | |
71 | | - | |
72 | 60 | | |
73 | 61 | | |
74 | 62 | | |
75 | 63 | | |
| 64 | + | |
| 65 | + | |
76 | 66 | | |
77 | 67 | | |
78 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 7 | | |
16 | 8 | | |
17 | 9 | | |
| |||
81 | 73 | | |
82 | 74 | | |
83 | 75 | | |
| 76 | + | |
| 77 | + | |
84 | 78 | | |
85 | 79 | | |
86 | 80 | | |
| |||
0 commit comments