File: use-babel7.patch

package info (click to toggle)
node-symbol-observable 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: javascript: 121; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
babel 7 recommends using @babel/env preset

--- a/.babelrc
+++ b/.babelrc
@@ -1,3 +1,3 @@
 {
-  "presets": ["es2015", "es3"]
+  "presets": ["@babel/env"]
 }