![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
fis-parser-ts
Advanced tools
用于 fis 工具的 typescript源文件编译插件
npm install fis-parser-ts
//fis-conf.js
//设置.ts源文件的解析器为ts
fis.config.set("modules.parser.ts", "ts");
//全局配置
fis.config.set('settings.parser.ts.compileSetting', {
module : "commonjs"// Specify module code generation: 'commonjs' or 'amd'
//, target : "ES3" // Specify ECMAScript target version: 'ES3' (default), or 'ES5'
//, noImplicitAny : true // Warn on expressions and declarations with an implied 'any' type.
//, removeComments : false // Do not emit comments to output.
//, noLib : false // Do not include default library
//, root : 'xxx' // Source file root
//, file : 'xxx.ts' // Source file path
//, nodejs : true // Is node.js source file
});
//设置 .ts源文件的扩展为 .js
fis.config.set('roadmap.ext.ts', 'js');
fis.config.set('roadmap.ext.ts', 'js');
//为某些文件提供 特殊的编译配置
fis.config.set('roadmap.path').push({
{
reg: "server/**.ts",
isMod: false,
useStandard: false,
compileSetting: {
nodejs : true // Is node.js source file
//, target : "ES3" // Specify ECMAScript target version: 'ES3' (default), or 'ES5'
//, noImplicitAny : true // Warn on expressions and declarations with an implied 'any' type.
//, removeComments : false // Do not emit comments to output.
//, noLib : false // Do not include default library
//, root : 'xxx' // Source file root
//, file : 'xxx.ts' // Source file path
}
}
});
FAQs
fis typescript compile plugin
The npm package fis-parser-ts receives a total of 4 weekly downloads. As such, fis-parser-ts popularity was classified as not popular.
We found that fis-parser-ts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.