uni-migration icon indicating copy to clipboard operation
uni-migration copied to clipboard

统一转换器,可实现将小程序项目转换为快应用项目

Results 18 uni-migration issues
Sort by recently updated
recently updated
newest added

转换后build时候报不支持data-id怎么办?小程序中要用到data-id

如题,小程序转换快应用时成功,生成rpk文件时由于空格压缩导致关键字和变量名粘合导致变量名命名中出现关键字导致报错。 具体代码如下: 快应用中代码: let token = await _$$polyfill$$_.getStrageSync("token") 打包后的代码: let token = await_$$polyfill$$_.getStrageSync("token"); 打包的转换器在空格处理上是否有瑕疵呢

二话不说,直接上报错信息。 HBuilder] /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uni-migration/lib/weapp/transform/page-rewriter/template-rewriter/style.js:1 (function (exports, require, module, __filename, __dirname) { 'use strict';var _typeof='function'==typeof Symbol&&'symbol'==typeof Symbol.iterator?function(obj){return typeof obj}:function(obj){return obj&&'function'==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?'symbol':typeof obj};Object.defineProperty(exports,'__esModule',{value:!0});exports.default=rewriteStyle;var _utils=require('../../../../utils'),_util=require('../../helper/style/util'),_declaration=require('../../helper/style/declaration'),processInlineDeclaration=function(declaration,output,location){var ret=[];if(0===declaration.property.indexOf('-webkit-')&&(declaration.property=declaration.property.replace('-webkit-','')),declaration.value=(0,_util.processDeclarationValue)(declaration.value),_declaration.declarations.hasOwnProperty(declaration.property)){var processDeclaration=_declaration.declar TypeError: Cannot read property 'logs' of undefined...

[HBuilder] C:\Users\gyfeng1003\Downloads\HBuilderX.0.1.33.20180505-alpha.full\HBuilderX\plugins\uni-migration\lib\weapp\transform\page-rewriter\template-rewriter\style.js:1 (function (exports, require, module, __filename, __dirname) { 'use strict';var _typeof='function'==typeof Symbol&&'symbol'==typeof Symbol.iterator?function(obj){return typeof obj}:function(obj){return obj&&'function'==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?'symbol':typeof obj};Object.defineProperty(exports,'__esModule',{value:!0});exports.default=rewriteStyle;var _utils=require('../../../../utils'),_util=require('../../helper/style/util'),_declaration=require('../../helper/style/declaration'),processInlineDeclaration=function(declaration,output,location){var ret=[];if(0===declaration.property.indexOf('-webkit-')&&(declaration.property=declaration.property.replace('-webkit-','')),declaration.value=(0,_util.processDeclarationValue)(declaration.value),_declaration.declarations.hasOwnProperty(declaration.property)){var processD TypeError: Cannot read property 'logs' of undefined at...

尤其是作为模板属性的转换,尤其是作为模板属性的转换,例如: ``` ```

在BHuilderX 0.1.28.20180406-alpha版本,增加web服务器插件,但是现在直接在HBuilderX运行html文件会出现404页面,请问解决方式,一直到文件夹里面双击启动很麻烦

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies