这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@sosukesuzuki
Copy link
Owner

@sosukesuzuki sosukesuzuki commented Nov 20, 2020

Experimental

https://github.com/tc39/proposal-js-module-blocks

interface ModuleExpression <: Expression {
  type: "ModuleExpression";
  body: [ Statement ];
}

@codecov-io
Copy link

codecov-io commented Dec 6, 2020

Codecov Report

Merging #1 (475c978) into main (c139d16) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #1   +/-   ##
=======================================
  Coverage   91.79%   91.80%           
=======================================
  Files         443      443           
  Lines       28302    28335   +33     
  Branches     8479     8485    +6     
=======================================
+ Hits        25981    26014   +33     
  Misses       2289     2289           
  Partials       32       32           
Impacted Files Coverage Δ
...ages/babel-generator/src/generators/expressions.js 98.28% <100.00%> (+0.09%) ⬆️
packages/babel-parser/src/parser/expression.js 99.91% <100.00%> (+<0.01%) ⬆️
packages/babel-parser/src/parser/util.js 98.21% <100.00%> (ø)
...ckages/babel-types/src/definitions/experimental.js 90.00% <100.00%> (+0.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c139d16...475c978. Read the comment docs.

nicolo-ribaudo and others added 20 commits December 6, 2020 19:33
…abel#12447)

* jsx: fix sequence expression at JSXAttributeValue (babel#8787)

* jsx: fix sequence expression at JSXAttributeValue

* Change logic for detecting unparenthesized expressions

* use parseMaybeAssign instead of custom error handling

Co-authored-by: Daniel Tschinder <daniel@tschinder.de>
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>

* I'm not good at booleans

* Format

* Throw a recoverable error

Co-authored-by: Bruno Macabeus <macabeus@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <daniel@tschinder.de>
* chore: fix broken REPL link in issue template

* Update .github/ISSUE_TEMPLATE/Bug_report.md
* Use Yarn 2.4.0

* Update the release plugin

* Check yarn bug on CI

* Patch yarn bug

* Update lockfile
…l#12457)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
Co-authored-by: Ajaykumar <pajay2507@gmail.com>
* improve makefile to not remove tsconfigs already in git

* update tsconfig generation script to include packages in eslint and codemods folders

* use git clean
* Use new CircleCI images

* Update .circleci/config.yml

* Update .circleci/config.yml
@sosukesuzuki sosukesuzuki deleted the parse-module-blocks branch December 9, 2020 19:13
@sosukesuzuki sosukesuzuki restored the parse-module-blocks branch December 9, 2020 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants