@calcit/procs 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/calcit.procs.mjs +1 -1
- package/package.json +1 -1
- package/ts-src/calcit.procs.mts +1 -1
- package/builds/bundle_calcit +0 -0
- package/builds/bundle_calcit_0.6.0 +0 -0
- package/builds/calcit +0 -0
- package/builds/cr +0 -0
- package/builds/cr_0.6.0 +0 -0
- package/docs/symbol-spec.md +0 -15
- package/tsconfig.json +0 -20
package/lib/calcit.procs.mjs
CHANGED
package/package.json
CHANGED
package/ts-src/calcit.procs.mts
CHANGED
package/builds/bundle_calcit
DELETED
|
Binary file
|
|
Binary file
|
package/builds/calcit
DELETED
|
Binary file
|
package/builds/cr
DELETED
|
Binary file
|
package/builds/cr_0.6.0
DELETED
|
Binary file
|
package/docs/symbol-spec.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
> some notes about evaluating symbols
|
|
2
|
-
|
|
3
|
-
There several kinds of symbols:
|
|
4
|
-
|
|
5
|
-
- raw syntax symbols, `&` `?` `~` `~@`...
|
|
6
|
-
- data symbol, probably created via `turn-symbol`
|
|
7
|
-
- local variables
|
|
8
|
-
- local definitions
|
|
9
|
-
- imported variables
|
|
10
|
-
- namespaced imported symbols
|
|
11
|
-
- imported default variables
|
|
12
|
-
- imported host variables
|
|
13
|
-
|
|
14
|
-
Currently they are share the structure `Calcit::Symbol{..}`, which is buggy
|
|
15
|
-
and requires refactor in future.
|
package/tsconfig.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"outDir": "lib/",
|
|
4
|
-
"allowSyntheticDefaultImports": true,
|
|
5
|
-
"experimentalDecorators": true,
|
|
6
|
-
"sourceMap": false,
|
|
7
|
-
"noImplicitAny": true,
|
|
8
|
-
"noImplicitThis": true,
|
|
9
|
-
"strictNullChecks": false,
|
|
10
|
-
"moduleResolution": "node",
|
|
11
|
-
"module": "esnext",
|
|
12
|
-
"target": "es2015",
|
|
13
|
-
"jsx": "react",
|
|
14
|
-
"lib": ["es2016", "dom"],
|
|
15
|
-
"types": ["node"],
|
|
16
|
-
"baseUrl": "./ts-src/",
|
|
17
|
-
"importsNotUsedAsValues": "preserve"
|
|
18
|
-
},
|
|
19
|
-
"include": ["./ts-src/*"]
|
|
20
|
-
}
|