Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Charles22076
Copy link

{
"project_info": {
"project_number": "220846188371",
"project_id": "oliwayne-sms",
"storage_bucket": "oliwayne-sms.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:220846188371:android:01c61078f4221c234063a6",
"android_client_info": {
"package_name": "rbsoft.org"
}
},
"oauth_client": [
{
"client_id": "220846188371-n5ig6e5p8h118hj25813m88osgdeqb0b.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBBB7_1mtSRWcgy_tLPzajdncBvN_fmMpw"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "220846188371-n5ig6e5p8h118hj25813m88osgdeqb0b.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}

sokra and others added 30 commits February 17, 2022 14:43
…sue-11335"

This reverts commit 89c92bf, reversing
changes made to a28af55.
fix node version for browserslist
disallow global renaming in NodeStuffPlugin
…g-file

refactoring: use infrastructure-log file
use correct chunkgraph in runtime module
alexzhang1030 and others added 23 commits September 16, 2022 11:21
… mode

For quite a while now, it's been possible for WebAssembly `i64`s to be converted to/from JS bigints (as function parameters, results, etc.). However, `syncWebAssembly` mode currently rejects any modules that attempt to do so, because `i64` isn't in it's list of JS-compatible types. This fixes that by adding `i64` to that list.

There was an existing test that used `i64` as an example of a non-JS-compatible type; I replaced that with `v128`.
change api trimRight -> trimEnd
export EnableWasmLoadingPlugin to enable writing of wasm loading plugins, as documented
chore: add jsdoc type comment for EvalSourceMapDevToolPlugin
fix: when the jobs parameter is an empty array, block unnecessary runCodeGenerationJobs
Fix "window is not defined" when using HMR on worker
fix: `devtool: 'eval-nosources-*'` still contains sourcesContent
Add `i64` to the set of JS-compatible wasm types in `syncWebAssembly` mode
perf: remove assignDeterministic verbose Math.ceil code to improve performance
I want to resolve#16045 , I made relevant changes mentioned in the issue. let me know if any additional changes are required
@webpack-bot
Copy link
Contributor

For maintainers only:

  • This needs to be documented (issue in webpack/webpack.js.org will be filed when merged)
  • This needs to be backported to webpack 4 (issue will be created when merged)

@webpack-bot
Copy link
Contributor

Hi @Charles22076.

Just a little hint from a friendly bot about the best practice when submitting pull requests:

Don't submit pull request from your own main branch. It's recommended to create a feature branch for the PR.

You don't have to change it for this PR, just make sure to follow this hint the next time you submit a PR.

@arslan-raza-143
Copy link

@Charles22076

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.