Skip to content

Commit

Permalink
introduced @f decorator, which also allows to decorate method arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Dec 20, 2019
1 parent a5bd072 commit 19f89f5
Show file tree
Hide file tree
Showing 12 changed files with 767 additions and 352 deletions.
12 changes: 11 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"test": "jest --coverage",
"tsc": "tsc",
"tsc-watch": "rm -rf dist && tsc --watch"
"tsc-watch": "rm -rf dist && tsc --watch",
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
},
"repository": "https://github.com/marcj/marshal",
"author": "Marc J. Schmidt <marc@marcjschmidt.de>",
Expand Down Expand Up @@ -49,5 +50,14 @@
},
"publishConfig": {
"access": "public"
},
"__processed_by_ivy_ngcc__": {
"fesm2015": "9.0.0-rc.3",
"fesm5": "9.0.0-rc.3",
"es2015": "9.0.0-rc.3",
"esm2015": "9.0.0-rc.3",
"esm5": "9.0.0-rc.3",
"main": "9.0.0-rc.3",
"module": "9.0.0-rc.3"
}
}
Loading

0 comments on commit 19f89f5

Please sign in to comment.