Hi Community,
I'm hoping someone is able to assist us with understanding and tracking
down some errors reported from a browser. Seems it was reported and closed
(https://dev.clojure.org/jira/browse/CLJS-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel)
Could it be an encoding issue? Like the browser not reading as UTF-8?
Error: Directive "w" is undefined
~<<-(~;~@{~w~^ ~_~}~;)-<~:>
^
or
Error: Directive ";" is undefined
~<[~;~@{~w~^, ~:_~}~;]~:>
^
or
Error: Directive "^" is undefined
~:<~1I~w~^ ~@_~w~@{ ~_~w~}~:>
^
What we've been able to identify is:
- It only happens on a single 'SmartTV' browser
- It doesn't happen on the 'SmartTV's emulator
- It occurs on :simple, :whitespace, :advanced, and :none cljsbuild
optimisations. Neither option provides any insight into what's not defined
- Output is set as es3 (default)
- Running clojure 1.9.0 and clojurescript 1.9.946
- It occurs when loading the script into the browser (i.e. <script
src="..."></script>)
- It's not a caching or old artefact issue
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.