thlorenz/brace

Missing CstyleBehaviour?

Open

#76 geöffnet am 19. Dez. 2016

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (295 Forks)github user discovery
help wantedquestion

Repository-Metriken

Stars
 (1.068 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I've been using brace 0.9.0 with the swift mode and it works great. However, I've been trying to upgrade to 0.9.1 but I get the following error:

swift.js:363 Uncaught TypeError: Cannot read property 'CstyleBehaviour' of undefined(…)

It looks like Ace 1.2.6 has moved this CstyeBehaviour into a separate file, which may be missing in brace 0.9.1?

Contributor Guide