This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Mirror
/
wren
Watch
1
Star
0
Fork
1
You've already forked wren
mirror of
https://github.com/wren-lang/wren.git
synced
2026-01-12 14:48:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
compound-assignment
wren
/
test
/
language
/
module
/
no_variable
/
no_variable.wren
3 lines
40 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Relative imports! This is a breaking change because existing imports in user Wren code that assume the path is relative to the entrypoint file will now likely fail. Also, stack trace output and host API calls that take a module string now need the resolved module string, not the short name that appears in the import.
2018-03-24 11:10:36 -07:00
import "./module"
Allow zero or multiple imported names.
2015-02-17 07:32:33 -08:00
// expect: ran module
Reference in New Issue
Copy Permalink