Skip to content

[v3.8.6] Fix some type issues and warnings.#18147

Merged
minggo merged 2 commits into
cocos:v3.8.6from
dumganhar:386-type-fix-2
Jan 14, 2025
Merged

[v3.8.6] Fix some type issues and warnings.#18147
minggo merged 2 commits into
cocos:v3.8.6from
dumganhar:386-type-fix-2

Conversation

@dumganhar
Copy link
Copy Markdown
Contributor

Re: #

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

@dumganhar dumganhar requested a review from minggo January 9, 2025 02:22
Comment thread cocos/core/utils/path.ts
const EXTNAME_RE = /(\.[^./?\\]*)(\?.*)?$/;
const DIRNAME_RE = /((.*)(\/|\\|\\\\))?(.*?\..*$)?/;
const NORMALIZE_RE = /[^\.\/]+\/\.\.\//;
const NORMALIZE_RE = /[^./]+\/\.\.\//;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix : Unnecessary escape character: ..eslintno-useless-escape

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 9, 2025

👍 Package size ⤵ -7 bytes, old: 5272240, new: 5272233

Interface Check Report

This pull request does not change any public interfaces !

@dumganhar
Copy link
Copy Markdown
Contributor Author

@minggo please review.

@minggo minggo merged commit cc2ff78 into cocos:v3.8.6 Jan 14, 2025
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.

2 participants