runtime-import icon indicating copy to clipboard operation
runtime-import copied to clipboard

前端资源(js & css)运行时加载工具.

Results 12 runtime-import issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/37205419/155927973-9289eefe-2723-46f4-a1c8-d85e6b1b9c20.png) esm规范为 npm packagejson 在配置type:module 时 打包文件内的文件引用 应该都需要带文件后缀才行。目前runtime-import包的ts编译产出文件内 文件引用都没后缀 导致webpack 打包报错。 目前解决方案如下: https://webpack.js.org/api/module-methods/ Rule.resolve.fullySpecified = false 但终极方案 还是开发者 把 package.json 中 type:module 去掉 或者 把编译后的文件引用全部加上后缀

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Tracking issue for: - [ ] https://github.com/yusangeng/runtime-import/security/code-scanning/1

![image](https://user-images.githubusercontent.com/22046412/150955011-2c0a0580-a897-41b4-82f4-337a40ad4eb7.png) 如图所示,走入amd之后,会从factory去拿这些依赖

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.1.0 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies