We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c489d commit 17e6f53Copy full SHA for 17e6f53
src/lib/action2gcode/generators/abstract-generator.js
@@ -1,4 +1,5 @@
1
import XRegExp from 'XRegExp'
2
+XRegExp.install('natives')
3
// AbstractDriver class
4
class AbstractGenerator {
5
// Class constructor...
0 commit comments