We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是类似调用下面的方法吗(伪代码),尝试了下好像不起作用,应该是哪里没做对,望指导下
var lang = fis.compile.lang; lang.uri.ld + quote + value + quote + lang.uri.rd;
var lang = fis.compile.lang; lang.id.ld + quote + value + quote + lang.id.rd;
var lang = fis.compile.lang; lang.id.wrap(quote + value + quote);
The text was updated successfully, but these errors were encountered:
加依赖应该是 lang.require.wrap(quote + value + quote)
Sorry, something went wrong.
谢谢,那这里的lang.uri和lang.id是起什么作用的呢?
https://github.com/fex-team/fis3/blob/master/lib/compile.js#L253-L267
No branches or pull requests
是类似调用下面的方法吗(伪代码),尝试了下好像不起作用,应该是哪里没做对,望指导下
The text was updated successfully, but these errors were encountered: