Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ranma

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ranma

a converter between CommonJS and XMD(AMD/CMD)

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

##A converter between CommonJS and XMD(AMD/CMD)

The javascript lexer bases on jssc: https://github.com/army8735/jssc

为满足所写的模块能同时运行于server环境和web环境,而不需手动修改,所以做了个转换方法,使得二者之间的模块能够互相等价转化。 原理即CommonJS模块头尾加上define,反之去掉。如果是转为AMD,还会提取依赖并解析为factory的形参。 需要注意的是AMD模块的写法应遵守文件和模块一对一的原则。AMD和CMD之间的转化同理。

##INSTALL

npm install ranma

##API

ranma.cj2amd(code:String):String 将CommonJS模块代码转换为AMD

ranma.cj2cmd(code:String):String 将CommonJS模块代码转换为CMD

ranma.amd2cj(code:String):String 将AMD模块代码转换为CommonJS

ranma.cmd2cj(code:String):String 将CMD模块代码转换为CommonJS

ranma.amd2cmd(code:String):String 将AMD模块代码转换为CMD

ranma.cmd2amd(code:String):String 将CMD模块代码转换为AMD

License

[MIT License]

Keywords

FAQs

Package last updated on 27 Feb 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc