##// END OF EJS Templates
chore(deps): bumped pastescript==3.4.0 improving python3.11 compatability
chore(deps): bumped pastescript==3.4.0 improving python3.11 compatability

File last commit:

r5238:57ce088c default
r5283:a288f2c5 default
Show More
.babelrc
17 lines | 216 B | text/plain | TextLexer
js: add babelrc
r3152 {
"presets": [
chore(formatting): fixed babelrc format
r5238 [
"env",
{
"targets": {
"browsers": [
"last 2 versions"
]
}
js: add babelrc
r3152 }
chore(formatting): fixed babelrc format
r5238 ]
js: add babelrc
r3152 ],
chore(formatting): fixed babelrc format
r5238 "plugins": [
"transform-object-rest-spread"
]
js: add babelrc
r3152 }