@temperlang/std 0.0.3

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/config.js ADDED
@@ -0,0 +1,10 @@
1
+ export const name = "temper-std";
2
+ ;
3
+ export const version = "0.0.3";
4
+ ;
5
+ export const license = "Apache-2.0";
6
+ ;
7
+ export const jsName = "@temperlang/std";
8
+ ;
9
+ const return_50 = void 0;
10
+ export default return_50;
package/config.js.map ADDED
@@ -0,0 +1 @@
1
+ { "version": 3, "file": "OUTPUT_ROOT/temper-std/js/config.js", "sources": [ "std/config.temper.md" ], "sourcesContent": [ "# Temper Standard Library\n\n```temper ;lit\nexport let name = \u0022temper-std\u0022;\nexport let version = \u00220.0.3\u0022;\nexport let license = \u0022Apache-2.0\u0022;\n\nimport(\u0022./regex.temper.md\u0022);\nimport(\u0022./testing.temper.md\u0022);\n\nexport let jsName = \u0022@temperlang/std\u0022;\n```\n" ], "names": [ "name", "version", "license", "jsName", "return" ], "mappings": "AAGO,YAAI,CAAAA,IAAI,EAAG,aAAY;AAAA;AACvB,YAAI,CAAAC,OAAO,EAAG,QAAO;AAAA;AACrB,YAAI,CAAAC,OAAO,EAAG,aAAY;AAAA;AAK1B,YAAI,CAAAC,MAAM,EAAG,kBAAiB;AAAA,CAAA;AAPrC,MAAAC,SAAA,EAOqC,OAAA,AAPrC;AAOsC,eAAAA,SAAA" }
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "@temperlang/std",
3
+ "version": "0.0.3",
4
+ "license": "Apache-2.0",
5
+ "type": "module",
6
+ "dependencies": {
7
+ "@temperlang/core": "0.0.3"
8
+ }
9
+ }