Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline control: nested modules wrongly translated #424

Closed
Tarmil opened this issue Jun 8, 2015 · 0 comments
Closed

Inline control: nested modules wrongly translated #424

Tarmil opened this issue Jun 8, 2015 · 0 comments

Comments

@Tarmil
Copy link
Member

Tarmil commented Jun 8, 2015

For example, this:

module Foo.Bar.Baz

module Qux =
    [<JavaScript>] let Content () = // ...

let x = ClientSide <@ Qux.Content () @>

tries to instantiate Foo.Bar.Qux.Content on the client instead of Foo.Bar.Baz.Qux.Content.

@Jand42 Jand42 closed this as completed in 29dc198 Jun 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant