We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c317b commit 51ae45cCopy full SHA for 51ae45c
README.md
@@ -78,7 +78,7 @@ This compiler does not support magic variables and magic functions of PHP.
78
79
### Changelog
80
81
-#### v0.2.0
+#### v0.3.0
82
- Added support for import : `include 'test'` now converts to `import test from './test.js'`
83
You can also use import_from() php function to define path of module.
84
Example:
0 commit comments