Releases: yidafu/kotlin-jupyter-js
Releases · yidafu/kotlin-jupyter-js
v0.7.0
0.6.0
v0.5.0
enhance libs-mapping.json config
- enhance libs-mapping.json config
- add npm packages
import variable from kotlin world
- [feature] import import variable from kotlin world
- swc-binding add code comments
- [feature] if compile js code fail, throw Exception
- [hotfix] NumericLiteral change value type to Double
Kolint Jupyter JS v0.0.1
- support
%js
/%ts
magics
swc-binding pre release v0.3.0
- support AST Node & parse Options deserialize/serialize
Implement all swc method
- add method
printSync
minifySync
- rewrite rust binding code (copy from official nodejs binding code)
- add linux arm target
swc-binding pre release v0.1.0
basic implement of swc-binding.
- export
parseSync
andtransformSync
method - support window/linux/mac(intel/m1)