Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,11 @@ task 'test:browser', 'run the test suite against the merged browser script', ->
result = {}
global.testingBrowser = yes
(-> eval source).call result
# When testing browser build, install custom prepareStackTrace handler instead
# of source-map-support. `CoffeeScript.run` is pulled from `browser.coffee` in
# browser build, and it's incompatible with our source-map-support hooks.
result.CoffeeScript.installPrepareStackTrace()
# WARNING: This task does not work properly right now for some reason. Somehow
# functions like `run` still come from `coffee-script.coffee` instead
# of `browser.coffee` in `result.CoffeeScript`.
runTests result.CoffeeScript
8 changes: 8 additions & 0 deletions extras/iced-coffee-script-108.0.15-min.js

Large diffs are not rendered by default.

Loading