wangyafei07
|
9d381f21e6
|
HookMap: replace .tap() with .for().tap()
|
2019-07-23 15:35:25 +08:00 |
Iain Wilson
|
260d69e995
|
fix(parser): Unit test for object pattern rest spread identifiers being added to definitions
|
2019-04-25 14:44:19 +01:00 |
Florent Cailhol
|
c3ed2d340a
|
Change Parser unit test to be compatible with node < 10
|
2018-06-06 21:30:53 +02:00 |
Florent Cailhol
|
4e15f64402
|
Add optional catch binding support
|
2018-06-06 21:30:53 +02:00 |
Bazyli Brzóska
|
acbc29c757
|
fix placement of eslint-disables after merge
|
2018-04-11 20:31:43 +02:00 |
Bazyli Brzóska
|
36e8e30875
|
run prettier on existing code
|
2018-02-25 11:46:17 +01:00 |
Bazyli Brzóska
|
7b5c3516f6
|
Merge branch 'v4-beta3' into jest
# Conflicts:
# test/BenchmarkTestCases.benchmark.js
# test/CachePlugin.unittest.js
# test/HotTestCases.test.js
# test/NormalModule.unittest.js
# test/ProfilingPlugin.unittest.js
# test/TestCases.test.js
# test/configCases/parsing/harmony-this/index.js
# test/configCases/plugins/profiling-plugin/index.js
# test/configCases/plugins/profiling-plugin/webpack.config.js
# test/watchCases/runtime/static-import/0/index.js
# yarn.lock
|
2018-02-25 11:41:05 +01:00 |
Tobias Koppers
|
39438c7fe8
|
unittest now also walks the ast
|
2018-02-24 13:12:26 +01:00 |
Florent Cailhol
|
490a32cfea
|
Update parser to support EcmaScript 2018
|
2018-02-07 10:39:06 +01:00 |
Florent Cailhol
|
2f4910b4c3
|
Migrate unit tests to Jest
|
2018-01-24 17:29:57 +01:00 |
Florent Cailhol
|
3fb63f94cc
|
Deprecate System.import() parser plugin
- `system: undefined`: Warns if `System.import()` is used
- `system: true`: Disable warning
- `system: false`: Skip `System.import()` instrumentation
|
2018-01-18 11:34:02 +01:00 |
Florent Cailhol
|
48b412453c
|
Make walk/prewalk calls static
|
2017-12-31 18:09:26 +01:00 |
Florent Cailhol
|
e58e1f9261
|
Use hooks in test cases
|
2017-12-21 07:17:27 +01:00 |
Tobias Koppers
|
758f1eb464
|
Merge branch 'master' into next
|
2017-12-12 14:45:09 +01:00 |
Florent Cailhol
|
da08376fd9
|
Evaluate bitwise and exponential operations
|
2017-12-05 17:16:45 +01:00 |
Tobias Koppers
|
85951d33be
|
Merge branch 'master' into next
|
2017-12-05 09:03:45 +01:00 |
Nikhil Gaba
|
1083deabdd
|
Fixed styling issues
|
2017-12-04 18:40:23 -08:00 |
Nikhil Gaba
|
3c53df78c7
|
Added unit tests for new Foo (...) parser feature
|
2017-12-04 18:03:50 -08:00 |
Tobias Koppers
|
5941ab0d0c
|
fix linting errors
|
2017-11-15 14:08:11 +01:00 |
Tobias Koppers
|
122e7dc649
|
Merge branch 'master' into next
# Conflicts:
# package.json
# test/HarmonyModulesHelpers.unittest.js
# test/StatsTestCases.test.js
# yarn.lock
|
2017-10-19 21:31:35 +02:00 |
Tobias Koppers
|
0c104a683f
|
separate integration and unit tests, use codecov flags
|
2017-10-19 17:35:20 +02:00 |