Tangqy

Results 10 issues of Tangqy

项目没有带帖子的样例数据吗?

How to integrate REACT; I want it will be great!

我体验了 mmlpx, 感觉非常赞! 但是这种装饰器依赖注入的方式应该如何结合 hooks 呢? 或者说容器组件还是使用 class, 普通组件使用 function

I want to add an 'end()' function to provide an option, it's able to backtrack previous middleware for early return.

I need transform thrift to ast, format it, and then ast to thrift. How generate thrift from ast?

## New Bug Report ### Checklist - [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/SECURITY.md). - [ ] I have searched through [existing issues](https://github.com/MoralisWeb3/Moralis-JS-SDK/issues?q=is%3Aissue) and the [Moralis Forum](https://forum.moralis.io/). - [...

How to format file by vscode move plugin, format move file manually is very uncomfortable.

the code of `/node_modules/uglify-js/tools/node.js` is following: ``` js var fs = require("fs"); exports.FILES = [ require.resolve("../lib/utils.js"), require.resolve("../lib/ast.js"), require.resolve("../lib/parse.js"), require.resolve("../lib/transform.js"), require.resolve("../lib/scope.js"), require.resolve("../lib/output.js"), require.resolve("../lib/compress.js"), require.resolve("../lib/sourcemap.js"), require.resolve("../lib/mozilla-ast.js"), require.resolve("../lib/propmangle.js"), require.resolve("../lib/minify.js"), require.resolve("./exports.js"), ]; new Function("exports",...