We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb9916 commit 05287fbCopy full SHA for 05287fb
1 file changed
mode/dart/dart.js
@@ -12,7 +12,7 @@
12
"use strict";
13
14
var keywords = ("this super static final const abstract class extends external factory " +
15
- "implements get native operator set typedef with enum throw rethrow " +
+ "implements get native set typedef with enum throw rethrow " +
16
"assert break case continue default in return new deferred async await covariant " +
17
"try catch finally do else for if switch while import library export " +
18
"part of show hide is as").split(" ");
0 commit comments