Skip to content

Commit

Permalink
Merge branch 'v2' into lettertwo/buffer-backed-graph
Browse files Browse the repository at this point in the history
* v2: (34 commits)
  Wrap assets recursively when any incoming dependency is wrapped (#6572)
  Improvements for library targets (#6570)
  Diagnostic for undeclared external dependencies in library builds (#6564)
  More bugs (#6567)
  Don't require `url:` for image transformer (#6565)
  Remove 'Name already registered with serializer' error (#6566)
  Fix live bindings and `this` of external CommonJS modules (#6548)
  JS runtime improvements (#6531)
  Make sure the absolute path isn't contained in the cache (#5900)
  Adds '@parcel/diagnostic' to dependencies (#6563)
  Disable workers with string literals and improve diagnostics (#6536)
  Bug fixes (#6541)
  Don't attempt to resolve URLs starting with '#' (#6504)
  Correctly set worker's output format if not support by environment (#6534)
  Babel: Recognize peerDependencies in isJSX (#6497)
  fix setHeaders ordering on dev server (#6500)
  Graph: Remove Node interface (#6530)
  Fix TS build script for old Node versions (#6526)
  Improve library targets (#6517)
  Fix TypeScript and other sourcemaps by always creating an initial sourcemap (#6472)
  ...
  • Loading branch information
lettertwo committed Jul 9, 2021
2 parents b3c94fe + e8c0c95 commit 3a6eec7
Show file tree
Hide file tree
Showing 380 changed files with 9,949 additions and 4,202 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ untyped-import
untyped-type-import

[version]
0.151.0
0.153.0
132 changes: 90 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions flow-libs/commander.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,7 @@ declare module 'commander' { // manually added
command(
nameAndArgs: string,
opts?: commander$CommandOptions,
): $Call<
<R>((...args: any[]) => R) => R,
$PropertyType<commander$Command, 'createCommand'>,
>;
): commander$Command;

/**
* Define a command, implemented in a separate executable file.
Expand Down
Loading

0 comments on commit 3a6eec7

Please sign in to comment.