Declan Naughton
Declan Naughton
Requiring this to go in as an option makes it hard to do a simple webpack config, e.g. for calculang-hotreload-codesandbox
CallExpression, where we do expansion i.e. in calculang-js, if fn depends on parentfn_in (for example) pass in the parentfn. Usecase e.g. is incometax model with same 1 year input used...
I got this problem via github actions env, where I wanted to run `cul-js`: https://github.com/yarnpkg/yarn/issues/5480 (apparently affecting yarn v1, maybe not v2?) I got a fix in my action by...
I commented: ```javascript //import { revenue as r } from './base.cul'; //export { r as revenue }; need to create a link for this pattern to work // TODO ```
see also #13 Namespaced import, probably shouldn't inherit parent fns (=> apply '?-merge' in query string?), enables patterns like: ```javascript import * as base from './base.cul.js' import * as proposal...
Much needed. blockers for me: language feature tags: #14 and #13 and solid tests of language features
& is it a good idea?
See comment: https://github.com/uwdata/gemini/issues/27#issuecomment-2209516407 I don't *immediately know* how to fix this other than [what I rushed into my fork](https://github.com/declann/gemini/commit/1c2e6790c479815759879716e0899d23fbe0a8fc)
https://stackoverflow.com/questions/43817297/inlining-ecmascript-modules-in-html https://github.com/tc39/proposal-module-expressions https://github.com/tc39/proposal-module-declarations
`unknown file: introspection.cul_input_map.get is not a function or its return value is not iterable` when I acc. did `export const point_id_in = () => 1` (in auto pilot) as an...