|
|
@@ -14,7 +14,8 @@
|
|
|
// See the License for the specific language governing permissions and
|
|
|
// limitations under the License.
|
|
|
|
|
|
-import '@babel/polyfill';
|
|
|
+import 'core-js/stable';
|
|
|
+import 'regenerator-runtime/runtime';
|
|
|
import sqlParserRepository from 'parse/sql/sqlParserRepository';
|
|
|
|
|
|
const handleStatement = (statement, locations, autocompleteParser, active) => {
|