Code Monkey home page Code Monkey logo

Comments (2)

ggrossetie avatar ggrossetie commented on July 19, 2024

Hi,

I'm also working on cross compiling this extension to JavaScript. See
asciidoctor/asciidoctor.js#97

I made good progress but c3js is not compatible with Opal (c3js is trying
to call bind function on Opal in a deep call stack).

To answer you question, Opal didn't resolve the require so you just have
the code that register the extension.
I made changes to resolve that issue, are you using the latest version
(master up to date) ?

Guillaume
Le 2 avr. 2015 18:32, "Rahman Usta" [email protected] a Γ©crit :

Hi,

I want to build chart-block-macro, after build I'm getting only

/* Generated by Opal 0.6.3 */
(function($opal) {
var $a, $b, TMP_1, self = $opal.top, $scope = $opal, nil = $opal.nil, $breaker = $opal.breaker, $slice = $opal.slice;

self.$require_relative("chart-block-macro/extension");
return ($a = ($b = $scope.Extensions).$register, $a._p = (TMP_1 = function(){var self = TMP_1._s || this, $a;

if ((($a = self.$document()'$basebackend?') !== nil && (!$a._isBoolean || $a == true))) {
return self.$block_macro($scope.ChartBlockMacro)
} else {
return nil
}}, TMP_1._s = self, TMP_1), $a).call($b);
})(Opal);

What can be the reason?

β€”
Reply to this email directly or view it on GitHub
#43.

from asciidoctor-extensions-lab.

rahmanusta avatar rahmanusta commented on July 19, 2024

Thanks @Mogztter . I updated local master, and now eveything is OK.

from asciidoctor-extensions-lab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.